Manage and debug local Model Context Protocol servers with an easy desktop app that auto-discovers and monitors MCP instances.
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": "npx",
"args": [
"-y",
"7j89a/mcp-gateway"
]
}
}
}
Run in terminal:
claude mcp add mcp-gateway npx -y 7j89a/mcp-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"7j89a/mcp-gateway"
]
}
}
}