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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 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,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
ICSS
chokcoco不止于 CSS
コメント