from Hacker News

Mbase, an LLM SDK in C++

by npalli on 6/12/25, 12:07 PM with 1 comments

  • by npalli on 6/12/25, 12:07 PM

    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