Self-hosted MCP gateway that turns any REST, GraphQL, or MCP server into secure, governed AI tools — OpenAPI auto-discovery, per-tool guardrails, RBAC, circuit breaking, and a real admin UI.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpbridge": {
"command": "npx",
"args": [
"-y",
"CarlxsMG/mcpbridge"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcpbridge npx -y CarlxsMG/mcpbridge
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpbridge": {
"command": "npx",
"args": [
"-y",
"CarlxsMG/mcpbridge"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <img src="docs/public/favicon.svg" width="72" height="72" alt="MCP REST Bridge logo" /> **The self-hosted MCP gateway with a real admin UI** — OpenAPI-to-MCP auto-discovery, per-tool guardrails, RBAC, circuit breaking. One binary. No Kubernetes. </div> --- **MCP REST Bridge** is an open-source **MCP gateway / proxy / aggregator** for the
Tools (4)
curl_input graphql_url openapi_url postman_collection
Topics
ai-agents ai-tools anthropic api-gateway bun claude graphql llm llm-tools mcp mcp-gateway mcp-proxy mcp-server model-context-protocol openapi