mcp-server-couchbase

mcp-server-couchbase

3.4

If you are the rightful owner of mcp-server-couchbase and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Couchbase MCP Server allows LLMs to interact with Couchbase clusters.

The Couchbase MCP Server is an implementation of the Model Context Protocol (MCP) that enables large language models (LLMs) to directly interact with Couchbase clusters. This server facilitates operations such as retrieving, upserting, and deleting documents by ID, as well as running SQL++ queries on specified scopes. It is designed to work with various MCP clients, including Claude Desktop, Cursor, and Windsurf Editor, allowing users to perform CRUD operations and query Couchbase clusters using natural language. The server can be configured using environment variables and supports running in different transport modes, including Server-Sent Events (SSE). Additionally, it can be deployed as a Docker container, providing flexibility in deployment options.

Features

  • Retrieve scopes and collections in a specified bucket
  • Get collection structure
  • CRUD operations on documents by ID
  • Run SQL++ queries with read-only mode by default
  • Supports multiple MCP clients