Skip to content
Zed

nimbus for Zed

io.github.nimbus-agent/nimbus

Search your local Nimbus index and run its built-in agents from any MCP client.

client:Zed transport:stdio runtime:npm

Install nimbus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nimbus": {
      "command": "npx",
      "args": [
        "-y",
        "@nimbus-dev/mcp"
      ],
      "env": {
        "NIMBUS_BIN": "<NIMBUS_BIN>",
        "NIMBUS_MCP_TIMEOUT_MS": "<NIMBUS_MCP_TIMEOUT_MS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nimbus in other clients