概要
Multi is an MCP server designed to proxy requests across multiple backend MCP servers. It simplifies interactions with various tools and resources by providing a unified endpoint. Configuration is facilitated through JSON files, adhering to the VSCode documentation format, with example configurations provided. Authentication is supported via an optional token, and the server can be configured using environment variables to customize encoding, transport protocol, and debugging settings.
主な機能
- 0 GitHub stars
- Proxies multiple MCP servers through a single endpoint
- Configurable via JSON files following VSCode documentation
- Supports authentication using an auth token
- Customizable through environment variables
- Offers SSE and streamable HTTP transport options
ユースケース
- Simplifying access to resources across different MCP servers
- Centralized management of multiple MCP tools
- Streamlining communication with various tools using a unified endpoint