MCP Server Gateway
@lightconetech
MCP Server Gateway について
A gateway demo for MCP SSE Server
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Gateway?
MCP Server Gateway is a service that bridges the stdio-based Model Context Protocol (MCP) used by Claude Desktop with HTTP/SSE-based MCP servers. It solves the protocol compatibility gap for Claude Desktop users who want to connect to remote MCP servers.
How to use MCP Server Gateway?
Install it globally with npm install -g @mcphub/gateway. After installation, locate the gateway path via npm root -g and add it as an MCP server in Claude Desktop’s config.json. Optionally set the MCP_SERVER_URL environment variable to point to a custom HTTP/SSE MCP server.
Key features of MCP Server Gateway
- Acts as a protocol translator (stdio ↔ HTTP/SSE)
- Accepts stdio input from Claude Desktop
- Converts and forwards requests to HTTP/SSE MCP servers
- Converts SSE responses back to stdio format
- Default connection to the MCP Hub server
- Configurable via
MCP_SERVER_URLenvironment variable
Use cases of MCP Server Gateway
- Use Claude Desktop to access remote MCP servers that only support HTTP/SSE
- Connect Claude Desktop to the MCP Hub server for pre-configured services
- Bridge any HTTP/SSE MCP server to Claude Desktop’s stdio‑based environment
FAQ from MCP Server Gateway
What does MCP Server Gateway do?
It translates between the stdio protocol used by Claude Desktop and the HTTP/SSE protocol used by many MCP servers, allowing Claude to communicate with them.
How do I install MCP Server Gateway?
Install it globally with npm install -g @mcphub/gateway. Node.js and npm are required.
How do I configure MCP Server Gateway for Claude Desktop?
Find the gateway path using npm root -g, then add it as an MCP server in Claude Desktop’s config.json (mcpServers section). Optionally set the MCP_SERVER_URL environment variable.
What is the default MCP server the gateway connects to?
By default, the gateway connects to the MCP Hub server at https://server.mcphub.ai/api/mcp.
What are the runtime requirements?
Node.js and npm must be installed. The gateway is a global npm package and does not require additional system dependencies beyond those.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 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,
コメント