MCP-Server-Couchbase
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.
A Model Context Protocol (MCP) server that enables LLMs to interact directly with Couchbase databases on Capella clusters.
query
Perform N1QL query
listBuckets
List available buckets
createScope
Create a new scope
deleteScope
Delete existing scope
listScopes
List all ranges in the bucket
createCollection
Create a new collection in scope
dropCollection
Delete a collection from scope
createDocument
Create a new document
getDocument
Search the document by ID
updateDocument
Update existing documents
deleteDocument
Press ID to delete the document
bulkCreateDocuments
Create documents in batches
createIndex
Create a new index on the specified field
createPrimaryIndex
Create a main index on a collection
listIndexes
List all indexes in the bucket
dropIndex
Delete an existing index