nimbus for Windsurf
io.github.nimbus-agent/nimbus
Search your local Nimbus index and run its built-in agents from any MCP client.
client:Windsurf
transport:stdio
runtime:npm
Install nimbus in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"nimbus": {
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs