Use natural language to query and manage Couchbase databases directly.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Couchbase MCP Server" yet — see the docs or source repo.
Generate an N1QL query for the orders collection in Couchbase to find completed orders from the last 30 days with amounts greater than 1000, sorted by amount descending.
A ready-to-run N1QL query with a clear explanation of the filters and sorting logic.
Help me update documents in the users collection in Couchbase by changing all users with status pending to active and setting an updatedAt timestamp.
The corresponding update operation or query, plus an explanation of which documents and fields will be changed.
Check the inventory collection in Couchbase for products with stock equal to 0, list the first 20, and explain the risks to consider before deleting them.
A query approach, example query statements, and data management recommendations before deletion.
Connect to Couchbase clusters for querying, management, and automated data operations.
Connect LLM apps to query and manage multiple databases through one tool.
Interact with MongoDB using natural language for schema, CRUD, aggregation, and indexes.
Use natural language to query, update, and analyze MongoDB data.
Use natural language to query, write, aggregate, and manage MongoDB collections.
Connect AI to MongoDB for CRUD, schema discovery, and collection management.