Mcp Mediator
Createdmakbn
Enables seamless integration between Model Context Protocol (MCP) clients and servers by providing a Java-based implementation of the MCP mediator.
About
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.
Key Features
- 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
Use Cases
- Querying services like Wikipedia, Stackoverflow and Github
- Creating a MCP Mediator with STDIO transport.
- Creating a proxy MCP server.