Couchbase

Couchbase

Couchbase is a distributed document database with a powerful search engine and in-built operational and analytical capabilities.

1.5K

2

11 Tools

Signed
Built by Docker
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
delete_document_by_idDelete a document by its ID. Returns True on success, False on failure.
get_buckets_in_clusterGet the names of all the accessible buckets in the cluster.
get_collections_in_scopeGet the names of all collections in the given scope and bucket.
get_document_by_idGet a document by its ID from the specified scope and collection. If the document is not found, it will raise an exception.
get_schema_for_collectionGet the schema for a collection in the specified scope. Returns a dictionary with the collection name and the schema returned by running INFER query on the Couchbase collection.
get_scopes_and_collections_in_bucketGet 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_scopes_in_bucketGet the names of all scopes in the given bucket.
get_server_configuration_statusGet the server status and configuration without establishing connection. This tool can be used to verify if the server is running and check the configuration.
run_sql_plus_plus_queryRun a SQL++ query on a scope and return the results as a list of JSON objects.
test_cluster_connectionTest 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.
upsert_document_by_idInsert or update a document by its ID. Returns True on success, False on failure.

Manual installation

You can install the MCP server using:

Installation for

Related servers