MCP.so
Sign In
Servers

Couchbase MCP Server

@Couchbase-Ecosystem

MCP Server to interact with data in Couchbase Clusters

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "couchbase": {
      "command": "uvx",
      "args": [
        "couchbase-mcp-server"
      ],
      "env": {
        "CB_CONNECTION_STRING": "couchbases://connection-string",
        "CB_USERNAME": "username",
        "CB_PASSWORD": "password",
        "CB_BUCKET_NAME": "bucket_name"
      }
    }
  }
}

More from Other