Back to Apps

MCP Gate
by mokeyish
High-performance Rust-based MCP gateway that converts local configurations into streamable HTTP or SSE services.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
MCP Gate is a lightweight, blazing-fast gateway written in Rust that transforms mcpServers configurations into Streamable HTTP or Server-Sent Events (SSE) services. This allows remote invocation of MCP servers and provides a unified discovery interface, bridging the gap between local stdio servers and remote AI clients.
Tools
service-discovery: Exposes a JSON endpoint (/mcp/config.json) to discover available MCP servers and their capabilities.stdio-to-http-bridge: Converts standard input/output MCP servers into HTTP-reachable endpoints.sse-relay: Proxies and manages SSE connections for remote MCP server invocation.
Installation
{
"mcpServers": {
"mcpgate": {
"command": "./mcpgate",
"args": ["-C", "./config.json", "-P", "8080"]
}
}
}
Supported hosts
Supports any MCP-compatible client capable of connecting via HTTP/SSE, including Claude Desktop and other custom MCP integrations.
Quick install
./mcpgate -C ./config.json -P 8080Information
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure as an SSE server by pointing to the mcpgate HTTP endpoint in your config.





