The MCP Gateway bridges MCP STDIO servers to HTTP+SSE and REST APIs. It enables multi-instance MCP servers to be exposed over HTTP, providing tools for API integration and communication. Developers use it to connect MCP servers to web services and APIs, facilitating interoperability between different systems.
The MCP Gateway bridges MCP STDIO servers to HTTP+SSE and REST APIs. It enables multi-instance MCP servers to be exposed over HTTP, providing tools for API integration and communication. Developers use it to connect MCP servers to web services and APIs, facilitating interoperability between different systems.
npx -y mcp-gatewayAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"acehoss-mcp-gateway-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-gateway"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp gateway?"
API Key Required
This server requires an API key from mcp gateway. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_GATEWAY_API_KEY | Yes | Your mcp gateway API key |
"What resources are available in mcp gateway?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp gateway"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp gateway with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.