MCP.so
ログイン

🗄️ Couchbase MCP Server for LLMs

@MCP-Mirror

🗄️ Couchbase MCP Server for LLMs について

Mirror of

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Aniket310101_MCP-Server-Couchbase": {
      "command": "npx",
      "args": [
        "-y",
        "@couchbasedatabase/couchbase-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 🗄️ Couchbase MCP Server for LLMs?

It is a Model Context Protocol (MCP) server that enables LLMs to interact directly with Couchbase databases on Capella clusters. Users can query buckets, perform CRUD operations, execute N1QL queries, and manage data seamlessly through natural language.

How to use 🗄️ Couchbase MCP Server for LLMs?

Install the server via NPX (npx -y @couchbasedatabase/couchbase-mcp) or clone and build manually. Configure it in the Claude Desktop config file with environment variables for the Couchbase connection string, bucket, username, and password. After restarting Claude Desktop, the server’s tools become available in conversations.

Key features of 🗄️ Couchbase MCP Server for LLMs

  • Execute N1QL queries via natural language
  • List, create, and delete buckets, scopes, and collections
  • Create, read, update, and delete documents individually or in bulk
  • Manage indexes (create primary, create, list, drop)
  • All tools support optional collection and scope parameters

Use cases of 🗄️ Couchbase MCP Server for LLMs

  • Query Couchbase databases using natural language in Claude Desktop
  • Create and organize document structures (scopes, collections) through chat
  • Perform CRUD operations on documents without writing N1QL manually
  • Bulk-insert multiple documents in a single command

FAQ from 🗄️ Couchbase MCP Server for LLMs

What are the prerequisites for using the Couchbase MCP Server for LLMs?

You need Node.js 16 or higher, a running Couchbase instance on Capella, and the Claude Desktop application.

How do I install the Couchbase MCP Server for LLMs?

The recommended method is via NPX: run npx -y @couchbasedatabase/couchbase-mcp. Alternatively, you can clone the GitHub repository and build manually.

How do I configure the Couchbase MCP Server for LLMs with Claude Desktop?

Add an entry to your Claude Desktop config file with the server command and environment variables for COUCHBASE_URL, COUCHBASE_BUCKET, COUCHBASE_USERNAME, and COUCHBASE_PASSWORD.

What operations are supported?

The server supports N1QL queries, bucket listing, scope and collection management, single and bulk CRUD operations on documents, and index management (create primary, create, list, drop).

How should I handle security when using this server?

Always use environment variables for sensitive credentials. For production deployments, consider running behind a reverse proxy and implementing appropriate access controls and authentication.

コメント

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