Multi MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Multi MCPshow tools in the github namespace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Multi MCP
An MCP server that proxies multiple MCP servers.
Getting Started
Clone and cd:
git clone https://github.com/One-MCP/multi-mcp.git
cd multi-mcpInstall dependencies:
uv venv
uv pip install -r requirements.txtStart server:
hypercorn src.main:app
# hypercorn src.main:app --bind 0.0.0.0:7860Then you can access the server via http://localhost:8080/sse (for SSE mode) or http://localhost:8080/mcp (for streamable HTTP mode).
Related MCP server: Atrax
Configuration
You can follows the VSCode Documentation#Configuration format to create the configuration JSON files, and there are also example files in the examples/config.
Environment Variables
Variable Name | Default Value | Description |
|
| The authentication token, the server will not perform authentication if not set |
|
| Path to the MCP configuration file |
|
| The character encoding used for communication |
|
| The transport protocol for the server (one of |
|
| Whether to use namespaces for tools/resources |
|
| Enable or disable debug mode |
Authorization Header
This program uses either Authorization or X-MCP-Token HTTP headers for authentication.
For the Authorization header, it receives Bearer <Your-AUTH_TOKEN> while for the X-MCP-Token, it receives <Your-AUTH_TOKEN>.
Inspiration
This project is inspired by: multi-mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.Last updated59154Apache 2.0
- AlicenseBqualityDmaintenanceA flexible proxy server that aggregates multiple backend MCP servers into a single interface using STDIO or SSE transports. It supports dynamic server management via an HTTP API and utilizes namespacing to prevent tool conflicts across connected services.Last updated31MIT

mcpd-proxyofficial
Alicense-qualityAmaintenanceAn MCP server that acts as a proxy between IDEs and the mcpd daemon, exposing all mcpd-managed MCP servers through a unified interface.Last updated1819Apache 2.0
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
An MCP server giving access to Grafana dashboards, data and more.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/One-MCP/multi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server