Backstory: search your data exports locally
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
io.github.couchbase/mcp-server-couchbase · v1.0.0
Couchbase Model Context Protocol Server to interact with Couchbase clusters
mcp-server-couchbase 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-server-couchbase": {
"command": "uvx",
"args": [
"couchbase-mcp-server"
]
}
}
}CB_CONNECTION_STRING可选Couchbase connection string. Required for connecting to the cluster.
CB_USERNAME可选Couchbase database username. Required for basic authentication.
CB_PASSWORD可选secretCouchbase database password. Required for basic authentication.
CB_CA_CERT_PATH可选Couchbase CA certificate path. Required for TLS authentication in non Capella clusters.
CB_CLIENT_CERT_PATH可选Couchbase client certificate path. Required for mTLS authentication.
CB_CLIENT_KEY_PATH可选Couchbase client key path. Required for mTLS authentication.
CB_MCP_READ_ONLY_MODE可选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.
CB_MCP_TRANSPORT可选Transport mode for the server (stdio, http or sse). Default is stdio
CB_MCP_HOST可选Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes.
CB_MCP_PORT可选Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes.
CB_MCP_DISABLED_TOOLS可选Tools to disable. Accepts comma-separated tool names (e.g., 'tool_1,tool_2') or a file path containing one tool name per line.
CB_MCP_CONFIRMATION_REQUIRED_TOOLS可选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.
CB_CONNECTION_STRING可选Couchbase connection string. Required for connecting to the cluster.
CB_USERNAME可选Couchbase database username. Required for basic authentication.
CB_PASSWORD可选secretCouchbase database password. Required for basic authentication.
CB_CA_CERT_PATH可选Couchbase CA certificate path. Required for TLS authentication in non Capella clusters.
CB_CLIENT_CERT_PATH可选Couchbase client certificate path. Required for mTLS authentication.
CB_CLIENT_KEY_PATH可选Couchbase client key path. Required for mTLS authentication.
CB_MCP_READ_ONLY_MODE可选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.
CB_MCP_TRANSPORT可选Transport mode for the server (stdio, http or sse). Default is stdio
CB_MCP_HOST可选Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes.
CB_MCP_PORT可选Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes.
CB_MCP_DISABLED_TOOLS可选Tools to disable. Accepts comma-separated tool names (e.g., 'tool_1,tool_2') or a file path containing one tool name per line.
CB_MCP_CONFIRMATION_REQUIRED_TOOLS可选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.
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
v1.30.5
com.astranl/mcp
NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain.
v3.0.319
com.local-mcp/local-mcp
180 local tools from ChatGPT, Claude.ai & desktop AIs: Mail, iMessage, Teams, files. Local, free.
v1.37.5
io.github.zoharbabin/web-researcher-mcp
Your AI research assistant that cites real sources and stays honest
v1.31.8
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
v1.4.53
io.github.HrRodan/agent-workspace-mcp
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
{
"id": "io.github.couchbase/mcp-server-couchbase",
"type": "mcp-server",
"version": "1.0.0",
"displayName": "mcp-server-couchbase",
"description": "Couchbase Model Context Protocol Server to interact with Couchbase clusters",
"repository": {
"url": "https://github.com/couchbase/mcp-server-couchbase",
"source": "github"
},
"homepage": "https://mcp-server.couchbase.com/",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "couchbase-mcp-server",
"version": "1.0.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "CB_CONNECTION_STRING",
"description": "Couchbase connection string. Required for connecting to the cluster."
},
{
"name": "CB_USERNAME",
"description": "Couchbase database username. Required for basic authentication."
},
{
"name": "CB_PASSWORD",
"description": "Couchbase database password. Required for basic authentication.",
"isSecret": true
},
{
"name": "CB_CA_CERT_PATH",
"description": "Couchbase CA certificate path. Required for TLS authentication in non Capella clusters."
},
{
"name": "CB_CLIENT_CERT_PATH",
"description": "Couchbase client certificate path. Required for mTLS authentication."
},
{
"name": "CB_CLIENT_KEY_PATH",
"description": "Couchbase client key path. Required for mTLS authentication."
},
{
"name": "CB_MCP_READ_ONLY_MODE",
"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."
},
{
"name": "CB_MCP_TRANSPORT",
"description": "Transport mode for the server (stdio, http or sse). Default is stdio"
},
{
"name": "CB_MCP_HOST",
"description": "Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes."
},
{
"name": "CB_MCP_PORT",
"description": "Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes."
},
{
"name": "CB_MCP_DISABLED_TOOLS",
"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."
},
{
"name": "CB_MCP_CONFIRMATION_REQUIRED_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."
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/couchbase/mcp-server:1.0.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "CB_CONNECTION_STRING",
"description": "Couchbase connection string. Required for connecting to the cluster."
},
{
"name": "CB_USERNAME",
"description": "Couchbase database username. Required for basic authentication."
},
{
"name": "CB_PASSWORD",
"description": "Couchbase database password. Required for basic authentication.",
"isSecret": true
},
{
"name": "CB_CA_CERT_PATH",
"description": "Couchbase CA certificate path. Required for TLS authentication in non Capella clusters."
},
{
"name": "CB_CLIENT_CERT_PATH",
"description": "Couchbase client certificate path. Required for mTLS authentication."
},
{
"name": "CB_CLIENT_KEY_PATH",
"description": "Couchbase client key path. Required for mTLS authentication."
},
{
"name": "CB_MCP_READ_ONLY_MODE",
"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."
},
{
"name": "CB_MCP_TRANSPORT",
"description": "Transport mode for the server (stdio, http or sse). Default is stdio"
},
{
"name": "CB_MCP_HOST",
"description": "Host to run the MCP server on (default: 127.0.0.1). Used only for HTTP and SSE transport modes."
},
{
"name": "CB_MCP_PORT",
"description": "Port to run the MCP server on (default: 8000). Used only for HTTP and SSE transport modes."
},
{
"name": "CB_MCP_DISABLED_TOOLS",
"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."
},
{
"name": "CB_MCP_CONFIRMATION_REQUIRED_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."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.couchbase/mcp-server-couchbase",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.couchbase%2Fmcp-server-couchbase/versions/latest",
"isOfficial": true,
"status": "active"
}
}