Skip to content
Zed

couchbase guru for Zed

io.github.couchbase-ecosystem/couchbase-guru

Search the Couchbase documentation from your MCP client via a hosted documentation agent.

client:Zed transport:stdio runtime:pypi

Install couchbase guru 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": {
    "couchbase-guru": {
      "command": "uvx",
      "args": [
        "couchbase-guru"
      ],
      "env": {
        "CB_MCP_TRANSPORT": "<CB_MCP_TRANSPORT>",
        "CB_MCP_HOST": "<CB_MCP_HOST>",
        "CB_MCP_PORT": "<CB_MCP_PORT>",
        "CB_AGENT_BASE_URL": "<CB_AGENT_BASE_URL>",
        "CB_AGENT_IP_SALT": "<CB_AGENT_IP_SALT>"
      }
    }
  }
}

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

couchbase guru in other clients