Enables querying of live CockroachDB data within LLMs like Claude Desktop through a Model Context Protocol (MCP) interface.
This tool provides a read-only Model Context Protocol (MCP) server designed to connect to CockroachDB data and make it accessible to Large Language Models (LLMs) such as Claude Desktop. It leverages the CData JDBC Driver for CockroachDB, exposing CockroachDB as relational SQL models. By wrapping the driver with a simplified MCP interface, users can retrieve live information from CockroachDB through natural language queries, eliminating the need for SQL knowledge.
Características Principales
01Read-only access to CockroachDB data.
020 GitHub stars
03Easy setup and configuration using provided scripts and utilities.
04Integration with CData JDBC Driver for CockroachDB.
05MCP interface for LLM connectivity.
06Supports natural language queries.
Casos de Uso
01Integrating CockroachDB data with other LLM-based applications.
02Querying CockroachDB data using Claude Desktop.
03Generating reports from CockroachDB data using natural language.