SERVER

Mcp Server Couchbase

Rank #1951

glama/Couchbase-Ecosystem/mcp-server-couchbase

mcp-server-couchbase

First listed
Mar 26, 2025
Last publish date
Apr 9, 2026
OVERVIEW

Mcp Server Couchbase is a Model Context Protocol (MCP) server published by Couchbase-Ecosystem. It ranks #1951 of 58,832 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Mcp Server Couchbase is listed across 3 registries — Official MCP, Glama and mcp.so, with 9 tracked versions. It was first listed on Mar 26, 2025 and most recently updated on Apr 9, 2026.

STANDING
#1,951of 58,832 tracked serversTop 5%

Ranks ahead of 56,881 of 58,832 servers on MCP Toplist.

CONNECT

Use Mcp Server Couchbase

Add Mcp Server Couchbase to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Python package (PyPI)
{
  "mcpServers": {
    "mcp-server-couchbase": {
      "command": "uvx",
      "args": [
        "couchbase-mcp-server"
      ],
      "env": {
        "CB_CONNECTION_STRING": "<your CB_CONNECTION_STRING>",
        "CB_USERNAME": "<your CB_USERNAME>",
        "CB_PASSWORD": "<your CB_PASSWORD>",
        "CB_CA_CERT_PATH": "<your CB_CA_CERT_PATH>",
        "CB_CLIENT_CERT_PATH": "<your CB_CLIENT_CERT_PATH>",
        "CB_CLIENT_KEY_PATH": "<your CB_CLIENT_KEY_PATH>",
        "CB_MCP_READ_ONLY_QUERY_MODE": "<your CB_MCP_READ_ONLY_QUERY_MODE>",
        "CB_MCP_TRANSPORT": "<your CB_MCP_TRANSPORT>",
        "CB_MCP_HOST": "<your CB_MCP_HOST>",
        "CB_MCP_PORT": "<your CB_MCP_PORT>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "mcp-server-couchbase": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/couchbaseecosystem/mcp-server-couchbase:0.5.2"
      ],
      "env": {
        "CB_CONNECTION_STRING": "<your CB_CONNECTION_STRING>",
        "CB_USERNAME": "<your CB_USERNAME>",
        "CB_PASSWORD": "<your CB_PASSWORD>",
        "CB_CA_CERT_PATH": "<your CB_CA_CERT_PATH>",
        "CB_CLIENT_CERT_PATH": "<your CB_CLIENT_CERT_PATH>",
        "CB_CLIENT_KEY_PATH": "<your CB_CLIENT_KEY_PATH>",
        "CB_MCP_READ_ONLY_QUERY_MODE": "<your CB_MCP_READ_ONLY_QUERY_MODE>",
        "CB_MCP_TRANSPORT": "<your CB_MCP_TRANSPORT>",
        "CB_MCP_HOST": "<your CB_MCP_HOST>",
        "CB_MCP_PORT": "<your CB_MCP_PORT>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 2 registries (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

Couchbase-Ecosystem

Total servers
1
Total versions
9
VERSIONS

Available versions (9)

VersionPublished
0.7.1Apr 9, 2026
0.7.0Apr 1, 2026
0.6.1Feb 6, 2026
0.5.3Dec 10, 2025
0.5.2Nov 13, 2025
0.5.2rc6Nov 12, 2025
0.5.2rc5Nov 12, 2025
0.5.2rc4Nov 12, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Mcp Server Couchbase?
mcp-server-couchbase
Who maintains Mcp Server Couchbase?
Mcp Server Couchbase is maintained by Couchbase-Ecosystem, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
Is Mcp Server Couchbase an official MCP server?
Yes — Mcp Server Couchbase is listed on the Official MCP Registry, alongside Glama and mcp.so.
How many versions does Mcp Server Couchbase have?
MCP Toplist tracks 9 versions of Mcp Server Couchbase, most recently published on Apr 9, 2026.
Where can I find the source code for Mcp Server Couchbase?
The source code for Mcp Server Couchbase is hosted at github.com/Couchbase-Ecosystem/mcp-server-couchbase.
EXPLORE