MCP Gateway
@minovap
关于 MCP Gateway
MCP gateway that aggregates and serves multiple MCP servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"@thinkware/mcp-gateway"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Gateway?
An MCP gateway that aggregates multiple MCP resource servers through a single interface. It provides a unified proxy endpoint and batch request tool, and integrates with Claude desktop configuration for easy setup.
How to use MCP Gateway?
Configure the gateway by setting the MCP_CONFIG_PATH environment variable, adding a proxyBatchMcpServers section to your Claude desktop config, or placing a config.json in the current directory. Run it using npx -y @thinkware/mcp-gateway. The gateway automatically merges configurations from these sources.
Key features of MCP Gateway
- MCP Proxy: Single endpoint for accessing multiple MCP servers
- Batch Request Tool: Optimized parallel execution for multiple tool calls
- Configuration Merging: Integrates seamlessly with Claude desktop config
- Tool Overrides: Enable/disable individual tools and customize descriptions
- Dual Transport Support: Works with both command‑based and SSE servers
Use cases of MCP Gateway
- Centralize multiple MCP servers behind one interface
- Parallelize tool calls for improved request throughput
- Customize tool behavior per server via overrides
- Simplify Claude desktop configuration management
- Expose a mix of local and remote MCP services through a single entry point
FAQ from MCP Gateway
What dependencies does MCP Gateway require?
Node.js and npm are required to run the gateway via npx.
How does MCP Gateway discover its configuration?
It checks the MCP_CONFIG_PATH environment variable first, then the Claude desktop config file for your operating system, and finally a local config.json in the current directory.
Can I override tool descriptions and enable/disable tools?
Yes. The toolOverrides option per server allows you to enable or disable individual tools and set custom descriptions.
What transport protocols are supported for backend servers?
Servers can be configured using a command (stdio transport) or a url (SSE endpoint). The command field is required for command servers; url is required for SSE servers.
Does MCP Gateway support environment variables for backend servers?
Yes. You can specify an env object in each server’s configuration to pass environment variables to that server process.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Nginx UI
0xJackyYet another WebUI for Nginx
评论