- Couchbase MCP Server by CData
Couchbase MCP Server by CData
What is Couchbase MCP Server by CData?
Couchbase MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from Couchbase using natural language, without the need for SQL.
How to use Couchbase MCP Server?
To use the Couchbase MCP Server, clone the repository, build the server, install the CData JDBC Driver for Couchbase, configure your connection, and run the server with the appropriate configuration file for your LLM client.
Key features of Couchbase MCP Server?
- Provides a read-only interface for querying Couchbase data.
- Allows LLMs to retrieve live information using natural language queries.
- Simplifies data access without requiring SQL knowledge.
Use cases of Couchbase MCP Server?
- Enabling LLMs to answer business intelligence questions based on live Couchbase data.
- Integrating with AI clients like Claude Desktop for enhanced data interaction.
- Facilitating data retrieval for applications that require real-time insights from Couchbase.
FAQ from Couchbase MCP Server?
- Can I perform write operations with this server?
No, this server is read-only. For full CRUD capabilities, consider the CData MCP Server for Couchbase (beta).
- Is there a cost associated with using the Couchbase MCP Server?
The server is free to use under the MIT License.
- What kind of data sources can I connect to?
The server supports various data sources, including Salesforce, and many others as listed in the documentation.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\couchbase.prp"
]
}
}
}