MCP OAuth Proxy incl. dynamic client registration (DCR), MCP prompt analytics and MCP firewall to build enterprise grade MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "go",
"args": [
"run",
"github.com/hyprmcp/mcp-gateway@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-gateway go run github.com/hyprmcp/mcp-gateway@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "go",
"args": [
"run",
"github.com/hyprmcp/mcp-gateway@latest"
]
}
}
}