cockroachdb-mcp-server-by-cdata
If you are the rightful owner of cockroachdb-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for CockroachDB is designed to facilitate live data querying from CockroachDB using natural language, without the need for SQL.
The CData MCP Server for CockroachDB is a read-only server that allows Large Language Models (LLMs) to query live data from CockroachDB. It leverages the CData JDBC Driver for CockroachDB to expose data as relational SQL models, enabling LLMs to access and retrieve information through a simple MCP interface. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to obtain real-time data insights. The server is built to be easy to set up and use, providing a seamless integration with CockroachDB for data retrieval tasks.
Features
- Read-only access to CockroachDB data through MCP interface.
- Integration with CData JDBC Driver for CockroachDB.
- Allows LLMs to query data using natural language.
- Simplified setup process with detailed configuration guide.
- Supports a wide range of data sources through CData's extensive driver library.
Tools
cockroachdb_get_tables
Retrieves a list of tables available in the data source.
cockroachdb_get_columns
Retrieves a list of columns for a specified table.
cockroachdb_run_query
Executes a SQL SELECT query on the data source.