CrateDB
Enables Large Language Models (LLMs) to directly interact with CrateDB databases.
About
CrateDB MCP Server provides a Model Context Protocol (MCP) interface, allowing LLMs like Claude, ChatGPT, and MistralAI to operate directly on CrateDB. This enables use cases such as answering questions about your data and database state, and helping you debug and optimize queries. It leverages the MCP protocol to standardize context provision to LLMs, improving the accuracy and relevance of their interactions with the database.
Key Features
- Facilitates query debugging and optimization with LLMs
- 4 GitHub stars
- Supports answering questions about database state and data
- Allows LLMs to query CrateDB databases
- Uses Model Context Protocol (MCP) for standardized LLM context
- Supports stdio and sse transport
Use Cases
- Analyze storage consumption of tables with LLMs
- Optimize SQL queries using LLMs
- Retrieve cluster health information via LLMs