关于
The MCP Mediator is a Java-based implementation of the Model Context Protocol (MCP) mediator, facilitating efficient communication and tool execution within the MCP ecosystem. It handles MCP requests and responses, manages tool execution, supports various transport mechanisms, and integrates with the Spring Framework and Spring Boot. The mediator also supports proxying multiple MCP servers and can be extended with request handlers for custom functionality, such as querying Wikipedia, Stack Overflow, or GitHub.
主要功能
- Supports stdio/sse transport
- Provides an extensible request handling system
- 2 GitHub stars
- Offers configurable server capabilities
- Supports multiple tool implementations
- Supports proxying multiple MCP servers
使用案例
- Querying services like Wikipedia, Stackoverflow and Github
- Creating a MCP Mediator with STDIO transport.
- Creating a proxy MCP server.