hatago mcp hub for Cursor
io.github.himorishige/hatago-mcp-hub
Unified MCP Hub for managing multiple Model Context Protocol servers
client:Cursor
transport:stdio
runtime:npm
Install hatago mcp hub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hatago-mcp-hub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@himorishige/hatago-mcp-hub"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs