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.