general MCP Server
A gateway demo for MCP SSE Server
Discovered via list:awesome-mcp-servers-habitoai and last synced 3mo ago.
1. Install the package
npx @mcphub/gateway
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-mcphub-gateway": {
"command": "npx",
"args": [
"@mcphub/gateway"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)