MCP-Server-Couchbase

MCP-Server-Couchbase

7

The Couchbase MCP Server facilitates natural language interactions between LLMs and Couchbase databases, enabling seamless CRUD operations and data management. It provides tools for scope, collection, and document operations while ensuring security with recommended practices.

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