Skip to main content
DatabasesPython

Couchbase-Ecosystem/mcp-server-couchbase

Couchbase MCP server provides unfied access to both Capella cloud and self-managed clusters for document operations, SQL++ queries and natural language data analysis.

databasesofficialcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Couchbase-Ecosystem/mcp-server-couchbase

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-couchbase": {
      "command": "npx",
      "args": [
        "-y",
        "Couchbase-Ecosystem/mcp-server-couchbase"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
Couchbase-Ecosystem