nimbus for Claude Desktop
io.github.nimbus-agent/nimbus
Search your local Nimbus index and run its built-in agents from any MCP client.
client:Claude Desktop
transport:stdio
runtime:npm
Install nimbus in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nimbus": {
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs