CouchDB
Createdrobertoamoreno
Enables AI assistants to interact with and manage CouchDB databases and documents through a simplified interface.
About
This TypeScript-based server acts as a Model Context Protocol (MCP) interface for CouchDB, allowing AI assistants to manage databases and documents. It offers a suite of tools, including database creation, listing, and deletion, along with document creation, retrieval, and Mango query support for CouchDB 3.x and later. The server automatically detects the CouchDB version, enabling appropriate features and simplifying interactions with CouchDB through a user-friendly interface.
Key Features
- Provides tools for creating, listing, and deleting CouchDB databases.
- Supports Mango queries (findDocuments) and index management (createMangoIndex, deleteMangoIndex, listMangoIndexes) for CouchDB 3.x+.
- Includes robust error handling for common scenarios, returning formatted errors through the MCP protocol.
- Enables creation, retrieval, and updating of documents in CouchDB.
- Automatically detects the CouchDB version and enables features accordingly.
Use Cases
- Integrating CouchDB database management into AI-powered workflows.
- Providing a simplified interface for AI assistants to interact with CouchDB.
- Automating CouchDB tasks such as database creation, document management, and querying through an AI agent.