ModelContextProtocol
CreatedInnoBridge
Enables tools to be provided via a Model Context Protocol server.
About
The ModelContextProtocolServer allows users to connect to a server that hosts various tools, accessible via standard input/output (stdio) or Server-Sent Events (SSE). It supports tool discovery and execution through JSON-RPC based requests, making it easy to integrate and utilize diverse functionalities like calculations or weather retrieval. The server is built in Java and provides a framework for developers to expose their tools in a standardized and accessible manner.
Key Features
- Supports tool access via stdio or SSE.
- Uses JSON-RPC for communication.
- Provides tool discovery via the 'tools/list' method.
- Enables tool execution via the 'tools/call' method.
- Includes example tools such as a calculator and weather retriever.
- 0 GitHub stars
Use Cases
- Integrating various tools into a unified workflow.
- Providing a standardized interface for accessing different functionalities.
- Building a tool server for AI agents or other applications.