Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Couchbase-Ecosystem • Data & Databases
An MCP server that lets LLMs and agents directly interact with Couchbase clusters to run queries and perform CRUD operations on documents, scopes, and collections.
Query Couchbase data using natural language and run SQL++ queries against a specified scope (with optional read-only enforcement).
Retrieve, upsert, and delete individual documents by ID across buckets, scopes, and collections.
Secure programmatic access to Couchbase clusters (basic auth or mTLS) and flexible deployment via stdio, HTTP (streamable), or Docker.
This project implements a Model Context Protocol (MCP) server for Couchbase, enabling natural-language agents to list buckets, scopes, and collections, fetch and upsert documents by ID, delete documents, and run SQL++ queries (read-only by default). It supports secure connections via basic auth or mTLS, multiple transport modes (stdio, streamable HTTP, SSE), and can be run from source, PyPI, or Docker. The server includes safeguards (configurable read-only query mode) and is intended to integrate with MCP clients like Claude Desktop, Cursor, and Windsurf Editor to give agents direct access to Couchbase data.
Get the names of all the accessible buckets in the cluster.
Get the server status and configuration without establishing connection. This tool can be used to verify if the server is running and check the configuration.
Test the connection to Couchbase cluster and optionally to a bucket. This tool verifies the connection to the Couchbase cluster and bucket by establishing the connection if it is not already established. If bucket name is not provided, it will not try to connect to the bucket specified in the MCP server settings. Returns connection status and basic cluster information.
Get the names of all scopes and collections in the bucket. Returns a dictionary with scope names as keys and lists of collection names as values.
Get the names of all collections in the given scope and bucket.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.