MCP Simple Gateway
@denwakeup
MCP Simple Gateway について
Simple proxy server for MCP with token-based authentication support.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-simple-gateway": {
"command": "npx",
"args": [
"mcp-simple-gateway",
"--config",
"config.json"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Simple Gateway?
MCP Simple Gateway is a proxy server for the Model Context Protocol (MCP) that aggregates and manages multiple MCP servers through a single interface. It is intended for developers who need to centralize access to various MCP endpoints.
How to use MCP Simple Gateway?
Run it via CLI with npx mcp-simple-gateway --config config.json, or deploy it using Docker Compose with an image from ghcr.io/denwakeup/mcp-simple-gateway:latest. Configuration is provided as a JSON file that defines the proxy server options and a list of MCP servers to aggregate.
Key features of MCP Simple Gateway
- Aggregation of multiple MCP servers
- Token-based authentication support
- Flexible JSON-based configuration
- Docker support
- Supports SSE, stdio, and StreamableHTTP MCP transports
Use cases of MCP Simple Gateway
- Aggregating multiple MCP servers (e.g., time, filesystem, echo) behind a single proxy
- Adding token-based authentication to MCP servers that lack it
- Enabling CORS for cross-origin requests to MCP servers
- Simplifying client configuration by exposing one endpoint
FAQ from MCP Simple Gateway
What types of MCP servers are supported?
The gateway supports stdio, SSE, and StreamableHTTP MCP servers.
How do I configure authentication?
Provide an array of authentication tokens in the proxyServer.options.authTokens field. These tokens apply to all servers by default, and can be overridden per server via proxyOptions.authTokens.
Can I run MCP Simple Gateway with Docker?
Yes, a Docker Compose example is provided in the README, using the image ghcr.io/denwakeup/mcp-simple-gateway:latest.
What is the default port?
The default proxy server address and port is localhost:3000.
How do I set up CORS?
CORS configuration is optional; you can set proxyServer.options.cors using Express.js CORS middleware options.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
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
コメント