Aniket310101/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.
Tools
Functions exposed to the LLM to take actions
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
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client