couchdb-mcp-server
@robertoamoreno
关于 couchdb-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"couchdb-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@robertoamoreno/couchdb-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is couchdb-mcp-server?
A TypeScript-based Model Context Protocol server that provides tools for managing CouchDB databases and documents, enabling AI assistants to interact with CouchDB through a simple interface.
How to use couchdb-mcp-server?
Install via Smithery or configure manually for Claude Desktop by adding the server config with COUCHDB_URL and optionally COUCHDB_VERSION environment variables. The server auto-detects the CouchDB version and enables features accordingly. Prerequisites: Node.js 14+ and a running CouchDB instance.
Key features of couchdb-mcp-server
- Create, list, and delete CouchDB databases
- Create, read, and update documents
- Automatically detects create vs update operations
- Create, delete, and list Mango indexes (CouchDB 3.x+)
- Query documents with Mango query syntax
- Robust error handling for common scenarios
Use cases of couchdb-mcp-server
- AI assistants managing CouchDB databases and documents via natural language
- Automating CouchDB schema and document operations in development workflows
- Querying data with Mango queries through conversational interfaces
- Integrating CouchDB data management into MCP-compatible applications
FAQ from couchdb-mcp-server
What CouchDB versions are supported?
All CouchDB versions are supported for basic database and document operations. Mango query features (indexes and queries) are only enabled for CouchDB 3.x+.
How do I configure the server?
Set the COUCHDB_URL environment variable (e.g., http://username:password@localhost:5984). Optionally set COUCHDB_VERSION. You can use a .env file in the project root.
What tools does the server provide?
It provides tools for creating/deleting/listing databases, creating/reading documents, and for CouchDB 3.x+: creating/deleting/list Mango indexes and running Mango queries.
What are the prerequisites?
Node.js 14 or higher and a running CouchDB instance with proper credentials if authentication is enabled.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools in your browser.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论