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.

评论

其他 分类下的更多 MCP 服务器