oatpp-mcp

oatpp-mcp

41

Oatpp-mcp integrates Anthropic's Model Context Protocol with Oat++, enabling automatic tool generation for APIs. It supports STDIO and HTTP SSE transport and includes server features like prompts, resources, and tools.

oatpp-mcp

Anthropic’s Model Context Protocol implementation for Oat++.

Supported features

  • Autogenerated tools for API: Automatically generate tools from ApiController to query your API with LLM.
  • Transport: Supports STDIO and HTTP SSE.
  • Server features: Includes Prompts, Resources, and Tools.

Build And Install

  • Ensure you have the main oatpp module installed.
  • Clone the repository, create and navigate to build directory, and install using cmake and make.

Examples

  • Example projects and tutorials are available that demonstrate serving via STDIO or SSE.