MCP Servers / database / Couchbase

Couchbase

JSON →
none7database

Interact with Couchbase databases using natural language. Perform CRUD operations, query buckets, and execute N1QL queries.

Install
How to run this server
[ { "cmd": "npx -y @couchbasedatabase/couchbase-mcp", "imports": [] } ]
server path: couchbase-2
Tools
What this server exposes
query
Execute N1QL queries
listBuckets
List available buckets
createScope
Create a new scope in a bucket
deleteScope
Delete an existing scope
listScopes
List all scopes in a bucket
createCollection
Create a new collection in a scope
dropCollection
Delete a collection from a scope
createDocument
Create a new document
getDocument
Retrieve a document by ID
updateDocument
Update an existing document
deleteDocument
Delete a document by ID
bulkCreateDocuments
Create multiple documents at once
createIndex
Create a new index on specified fields
createPrimaryIndex
Create a primary index on a collection
listIndexes
List all indexes in a bucket
dropIndex
Drop an existing index
Configuration
Environment & auth
authnone
envCOUCHBASE_URL
Resources
Couchbase — MCP Server · libregistry