robertoamoreno_couchdb-mcp-server
If you are the rightful owner of robertoamoreno_couchdb-mcp-server 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 server for interacting with CouchDB, enabling AI assistants to manage databases and documents through a simple interface.
createDatabase
Create a new CouchDB database.
listDatabases
List all CouchDB databases.
deleteDatabase
Delete a CouchDB database.
createDocument
Create or update a document in a database.
getDocument
Retrieve a document from a database.
createMangoIndex
Create a new Mango index for efficient querying.
deleteMangoIndex
Delete an existing Mango index.
listMangoIndexes
List all Mango indexes in a database.
findDocuments
Query documents using Mango query syntax.