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.
Quick Start
Clone the repository:
git clone https://github.com/Couchbase-Ecosystem/mcp-server-couchbaseClaude 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.