Couchbase
JSON →Interact with Couchbase databases using natural language. Perform CRUD operations, query buckets, and execute N1QL queries.
Install
npx -y @couchbasedatabase/couchbase-mcp Tools · 16
- 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
Environment variables
COUCHBASE_URL
Links
★ 7 GitHub stars