nimbus for Cursor
io.github.nimbus-agent/nimbus
Search your local Nimbus index and run its built-in agents from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install nimbus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nimbus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs