Mbase, an LLM SDK in C++

1 npalli 1 6/12/2025, 12:07:33 PM docs.mbasesoftware.com ↗

Comments (1)

npalli · 23h ago
MBASE SDK is a set of libraries designed to supply the developer with necessary tools and procedures to easily integrate LLM capabilities into their C++ applications.

Here is a list of libraries:

Inference Library: An LLM inference library built over https://github.com/ggerganov/llama.cpp library for integrating LLMs into programs.

Model Context Protocol Library: An MCP client/server library that includes all fundamental features, with support for both STDIO and HTTP transport methods.

Standard Library: A standard library containing fundamental data-structures and useful utilities such as built-in uuid generation and timers.

JSON Library: A lightweight JSON library.

Github Repository: https://github.com/Emreerdog/mbase

SDK Documentation: https://docs.mbasesoftware.com/index.html