Implements Anthropic's Model Context Protocol for Oat++ framework, enabling LLM integration.
Oatpp-mcp provides an implementation of Anthropic's Model Context Protocol specifically designed for the Oat++ web framework. It facilitates seamless integration with Large Language Models (LLMs) by enabling developers to expose server features like prompts, resources, and tools to LLMs. With autogeneration capabilities, it creates tools from API controllers to enhance LLM querying. It supports STDIO and HTTP SSE transports.
Key Features
01Implements server features: Prompts, Resources, and Tools.
02Autogenerates tools from ApiController for LLM querying.
03Integrates with the Oat++ web framework.
0441 GitHub stars
05Supports STDIO and HTTP SSE transports.
06Provides example implementations for quick start.
Use Cases
01Connecting C++ RESTful web services with LLMs.
02Exposing server functionality to LLMs through prompts, resources and tools
03Automatically generating tools from API controllers for LLM interaction