Submit

Couchbase MCP Server

@Couchbase-Ecosystem

An MCP server implementation of Couchbase that allows LLMs to directly interact with data in Couchbase clusters, such as running natural language queries.

Tools

Server Config

{
  "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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.