Skip to content
Cursor

couchbase guru for Cursor

io.github.couchbase-ecosystem/couchbase-guru

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

client:Cursor transport:stdio runtime:pypi

Install couchbase guru in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "couchbase-guru": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

couchbase guru in other clients