Skip to content
Cline

couchbase guru for Cline

io.github.couchbase-ecosystem/couchbase-guru

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

client:Cline transport:stdio runtime:pypi

Install couchbase guru in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

couchbase guru in other clients