MCP.so
ログイン

couchdb-mcp-server

@robertoamoreno

couchdb-mcp-server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

robertoamoreno

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ