mcp-server-couchbase
Couchbase Model Context Protocol Server to interact with Couchbase clusters
The record the registry holds
The registry marks this record deprecated. That is its author's own word about their own server, carried here as they filed it.
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Couchbase-Ecosystem/mcp-server-couchbase",
"description": "Couchbase Model Context Protocol Server to interact with Couchbase clusters",
"repository": {
"url": "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase",
"source": "github"
},
"version": "0.8.0",
"packages": [
{
"registryType": "pypi",
"identifier": "couchbase-mcp-server",
"version": "0.8.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Couchbase connection string. Required for connecting to the cluster.",
"format": "string",
"type": "named",
"name": "--connection-string"
},
{
"description": "Couchbase database username. Required for basic authentication.",
"format": "string",
"type": "named",
"name": "--username"
},
{
"description": "Couchbase database password. Required for basic authentication.",
"format": "string",
"isSecret": true,
"type": "named",
"name": "--password"
},
{
"description": "Couchbase CA certificate path. Required for TLS authentication in non Capella clusters.",
"format": "string",
"type": "named",
"name": "--ca-cert-path"
},
{
"description": "Couchbase client certificate path. Required for mTLS authentication.",
"format": "string",
"type": "named",
"name": "--client-cert-path"
},
{
"description": "Couchbase client key path. Required for mTLS authentication.",
"format": "string",
"type": "named",
"name": "--client-key-path"
},
{
"description": "Couchbase read only mode. Set to true to disable write operations across both KV and query. KV write tools are not loaded and SQL++ queries that modify data are blocked. Set to false to allow data modification queries and tools.",
"format": "boolean",
"type": "named",
"name": "--read-only-mode"
},
{
"description": "[Deprecated] Couchbase read only query mode. Set to true to allow only read-only queries. Set to false to allow data modification queries. Use --read-only-mode instead.",
"format": "boolean",
"type": "named",
"name": "--read-only-query-mode"
},
{
"description": "Transport mode for the server (stdio, http or sse). Default is stdio",
"format": "string",
"type": "named",
"name": "--transport"
},
{
"description": "Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes.",
"format": "string",
"type": "named",
"name": "--host"
},
{
"description": "Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes.",
"format": "number",
"type": "named",
"name": "--port"
},
{
"description": "Tools to disable. Accepts comma-separated tool names (e.g., 'tool_1,tool_2') or a file path containing one tool name per line.",
"format": "string",
"type": "named",
"name": "--disabled-tools"
},
{
"description": "Comma-separated tool names that require user confirmation before execution. Also accepts a file path containing one tool name per line. Requires the MCP client to support elicitation.",
"format": "string",
"type": "named",
"name": "--confirmation-required-tools"
}
],
"environmentVariables": [
{
"description": "Couchbase connection string. Required for connecting to the cluster.",
"format": "string",
"name": "CB_CONNECTION_STRING"
},
{
"description": "Couchbase database username. Required for basic authentication.",
"format": "string",
"name": "CB_USERNAME"
},
{
"description": "Couchbase database password. Required for basic authentication.",
"format": "string",
"isSecret": true,
"name": "CB_PASSWORD"
},
{
"description": "Couchbase CA certificate path. Required for TLS authentication in non Capella clusters.",
"format": "string",
"name": "CB_CA_CERT_PATH"
},
{
"description": "Couchbase client certificate path. Required for mTLS authentication.",
"format": "string",
"name": "CB_CLIENT_CERT_PATH"
},
{
"description": "Couchbase client key path. Required for mTLS authentication.",
"format": "string",
"name": "CB_CLIENT_KEY_PATH"
},
{
"description": "Couchbase read only mode. Set to true to allow disable write operations across both KV and query. KV write tools are not loaded and SQL++ queries that modify data are blocked. Set to false to allow data modification queries and tools.",
"format": "boolean",
"name": "CB_MCP_READ_ONLY_MODE"
},
{
"description": "[Deprecated] Couchbase read only query mode. Set to true to allow only read-only queries. Set to false to allow data modification queries. Use CB_MCP_READ_ONLY_MODE instead.",
"format": "boolean",
"name": "CB_MCP_READ_ONLY_QUERY_MODE"
},
{
"description": "Transport mode for the server (stdio, http or sse). Default is stdio",
"format": "string",
"name": "CB_MCP_TRANSPORT"
},
{
"description": "Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes.",
"format": "string",
"name": "CB_MCP_HOST"
},
{
"description": "Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes.",
"format": "number",
"name": "CB_MCP_PORT"
},
{
"description": "Tools to disable. Accepts comma-separated tool names (e.g., 'tool_1,tool_2') or a file path containing one tool name per line.",
"format": "string",
"name": "CB_MCP_DISABLED_TOOLS"
},
{
"description": "Comma-separated tool names that require user confirmation before execution. Also accepts a file path containing one tool name per line. Requires the MCP client to support elicitation.",
"format": "string",
"name": "CB_MCP_CONFIRMATION_REQUIRED_TOOLS"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Couchbase connection string. Required for connecting to the cluster.",
"format": "string",
"name": "CB_CONNECTION_STRING"
},
{
"description": "Couchbase database username. Required for basic authentication.",
"format": "string",
"name": "CB_USERNAME"
},
{
"description": "Couchbase database password. Required for basic authentication.",
"format": "string",
"isSecret": true,
"name": "CB_PASSWORD"
},
{
"description": "Couchbase CA certificate path. Required for TLS authentication in non Capella clusters.",
"format": "string",
"name": "CB_CA_CERT_PATH"
},
{
"description": "Couchbase client certificate path. Required for mTLS authentication.",
"format": "string",
"name": "CB_CLIENT_CERT_PATH"
},
{
"description": "Couchbase client key path. Required for mTLS authentication.",
"format": "string",
"name": "CB_CLIENT_KEY_PATH"
},
{
"description": "Couchbase read only mode. Set to true to disable write operations across both KV and query. KV write tools are not loaded and SQL++ queries that modify data are blocked. Set to false to allow data modification queries and tools.",
"format": "boolean",
"name": "CB_MCP_READ_ONLY_MODE"
},
{
"description": "[Deprecated] Couchbase read only query mode. Set to true to allow only read-only queries. Set to false to allow data modification queries. Use CB_MCP_READ_ONLY_MODE instead.",
"format": "boolean",
"name": "CB_MCP_READ_ONLY_QUERY_MODE"
},
{
"description": "Transport mode for the server (stdio, http or sse). Default is stdio",
"format": "string",
"name": "CB_MCP_TRANSPORT"
},
{
"description": "Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes.",
"format": "string",
"name": "CB_MCP_HOST"
},
{
"description": "Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes.",
"format": "number",
"name": "CB_MCP_PORT"
},
{
"description": "Tools to disable. Accepts comma-separated tool names (e.g., 'tool_1,tool_2') or a file path containing one tool name per line.",
"format": "string",
"name": "CB_MCP_DISABLED_TOOLS"
},
{
"description": "Comma-separated tool names that require user confirmation before execution. Also accepts a file path containing one tool name per line. Requires the MCP client to support elicitation.",
"format": "string",
"name": "CB_MCP_CONFIRMATION_REQUIRED_TOOLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "deprecated",
"statusChangedAt": "2026-07-02T11:13:07.15915Z",
"statusMessage": "Registry entry has been moved to io.github.couchbase/mcp-server-couchbase",
"publishedAt": "2026-05-27T06:44:15.618963Z",
"updatedAt": "2026-07-02T11:13:07.15915Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/Couchbase-Ecosystem/mcp-server-couchbase
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.