mcp server mcp registry for Cursor
io.github.formulahendry/mcp-server-mcp-registry
MCP Server for MCP Registry to discover and search for available MCP servers in the registry
client:Cursor
transport:stdio
runtime:npm
Install mcp server mcp registry in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-mcp-registry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs