MCP.so
登录
C

Couchbase MCP Server by CData

@CDataSoftware

关于 Couchbase MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Couchbase (beta)](https://www.cdata.com/download/download.aspx?sku=CKZK-V&type=beta).

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\couchbase.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Couchbase MCP Server by CData?

The Couchbase MCP Server by CData is a read-only MCP server that lets LLMs like Claude Desktop query live Couchbase data using natural language. It wraps the CData JDBC Driver for Couchbase, which exposes Couchbase as relational SQL models, so no SQL knowledge is required from the user.

How to use Couchbase MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Couchbase, and create a .prp file with your JDBC connection string. Then configure your MCP client (e.g., Claude Desktop) to invoke the JAR with java -jar CDataMCP-jar-with-dependencies.jar <path to .prp>. The server communicates over stdio.

Key features of Couchbase MCP Server by CData

  • Read-only access to live Couchbase data.
  • Natural language query support via LLM clients.
  • Built on the CData JDBC Driver for Couchbase.
  • Exposes tables, columns, and SQL SELECT queries as MCP tools.
  • Supports any MCP client that runs on the same machine.

Use cases of Couchbase MCP Server by CData

  • Ask an LLM for live business metrics from Couchbase without writing SQL.
  • Integrate Couchbase data into Claude Desktop for conversational analytics.
  • Quickly explore Couchbase schemas and run ad‑hoc queries through an AI interface.
  • Enable non‑technical users to retrieve Couchbase data via natural language.

FAQ from Couchbase MCP Server by CData

Is this server read‑only?

Yes. The README explicitly states this project builds a read-only MCP server. For full CRUD capabilities, CData offers a separate beta server.

What are the runtime dependencies?

Java (to run the JAR) and the CData JDBC Driver for Couchbase, which must be downloaded, installed, and licensed separately.

Where does the data live?

Data remains in your Couchbase instance. The server queries it live over the JDBC connection; no data is copied or stored locally.

What transport does this server use?

The server uses stdio, so it can only be used with MCP clients that run on the same machine as the server.

How do I authenticate to Couchbase?

Authentication is configured in the JDBC connection string (e.g., OAuth, credentials). The README shows using the CData Connection String utility to generate the URL, then placing it in the .prp file.

评论

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