agent discover for Cursor
io.github.keshrath/agent-discover
MCP server registry and marketplace - discover, install, activate tools on demand
client:Cursor
transport:stdio
runtime:npm
Install agent discover in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-discover": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs