https://github.com/crate/cratedb-mcp
CrateDB MCP Server for natural-language Text-to-SQL and documentation retrieval.
https://github.com/crate/cratedb-mcp
ai-sql-assistant cratedb documentation-as-code human-computer-interface knowledge-base mcp mcp-database mcp-database-server mcp-server mcp-sql mcp-tools model-context-protocol model-context-protocol-server natural-language natural-language-queries natural-language-understanding nlp sql sql-query text-to-sql
Last synced: 2 days ago
JSON representation
CrateDB MCP Server for natural-language Text-to-SQL and documentation retrieval.
- Host: GitHub
- URL: https://github.com/crate/cratedb-mcp
- Owner: crate
- License: apache-2.0
- Created: 2025-04-01T17:14:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T07:31:07.000Z (10 months ago)
- Last Synced: 2025-06-09T23:08:11.897Z (10 months ago)
- Topics: ai-sql-assistant, cratedb, documentation-as-code, human-computer-interface, knowledge-base, mcp, mcp-database, mcp-database-server, mcp-server, mcp-sql, mcp-tools, model-context-protocol, model-context-protocol-server, natural-language, natural-language-queries, natural-language-understanding, nlp, sql, sql-query, text-to-sql
- Language: Python
- Homepage: https://cratedb.com/docs/guide/integrate/mcp/cratedb-mcp.html
- Size: 58.6 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- metorial-index - CrateDB MCP Server - Enables LLMs to interact directly with CrateDB for optimized query handling and data insights, facilitating the ability to answer questions about data and assist with debugging and optimizing queries. (Databases)
- awesome-mcp-servers - **cratedb-mcp** - CrateDB MCP Server for natural-language Text-to-SQL and documentation retrieval. `python` `ai-sql-assistant` `cratedb` `documentation-as-code` `human-computer-interface` `pip install git+https://github.com/crate/cratedb-mcp` (๐๏ธ Database)
README
# CrateDB MCP Server
[![Status][badge-status]][project-pypi]
[![CI][badge-ci]][project-ci]
[![Coverage][badge-coverage]][project-coverage]
[![Downloads per month][badge-downloads-per-month]][project-downloads]
[![License][badge-license]][project-license]
[![Release Notes][badge-release-notes]][project-release-notes]
[![PyPI Version][badge-package-version]][project-pypi]
[![Python Versions][badge-python-versions]][project-pypi]
ยป [Documentation]
| [Issues]
| [Source code]
| [License]
| [CrateDB][CrateDB home]
| [CrateDB Handbook]
| [Community Forum]
## About
The CrateDB MCP Server for natural-language Text-to-SQL and documentation
retrieval specializes in CrateDB database clusters.
The Model Context Protocol ([MCP][MCP home]) is a protocol that standardizes providing
context to language models and AI assistants.
The CrateDB Model Context Protocol (MCP) Server connects AI assistants directly
to your CrateDB clusters and the CrateDB knowledge base, enabling seamless
interaction through natural language.
It serves as a bridge between AI tools and your analytics database,
allowing you to analyze data, the cluster state, troubleshoot issues, and
perform operations using conversational prompts.
[development documentation]: https://cratedb-mcp.readthedocs.io/sandbox.html
[managed on GitHub]: https://github.com/crate/cratedb-mcp
[MCP home]: https://modelcontextprotocol.io/introduction
[Bluesky]: https://bsky.app/search?q=cratedb
[Community Forum]: https://community.cratedb.com/
[CrateDB home]: https://cratedb.com/database
[CrateDB Handbook]: https://cratedb.com/docs/guide/handbook/
[Documentation]: https://cratedb-mcp.readthedocs.io/
[Issues]: https://github.com/crate/cratedb-mcp/issues
[License]: https://github.com/crate/cratedb-mcp/blob/main/LICENSE
[Source code]: https://github.com/crate/cratedb-mcp
[Releases]: https://github.com/surister/cratedb-mcp/releases
[badge-ci]: https://github.com/crate/cratedb-mcp/actions/workflows/tests.yml/badge.svg
[badge-bluesky]: https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff&label=Follow%20%40CrateDB
[badge-coverage]: https://codecov.io/gh/crate/cratedb-mcp/branch/main/graph/badge.svg
[badge-downloads-per-month]: https://pepy.tech/badge/cratedb-mcp/month
[badge-license]: https://img.shields.io/github/license/crate/cratedb-mcp
[badge-package-version]: https://img.shields.io/pypi/v/cratedb-mcp.svg
[badge-python-versions]: https://img.shields.io/pypi/pyversions/cratedb-mcp.svg
[badge-release-notes]: https://img.shields.io/github/release/crate/cratedb-mcp?label=Release+Notes
[badge-status]: https://img.shields.io/pypi/status/cratedb-mcp.svg
[project-ci]: https://github.com/crate/cratedb-mcp/actions/workflows/tests.yml
[project-coverage]: https://app.codecov.io/gh/crate/cratedb-mcp
[project-downloads]: https://pepy.tech/project/cratedb-mcp/
[project-license]: https://github.com/crate/cratedb-mcp/blob/main/LICENSE
[project-pypi]: https://pypi.org/project/cratedb-mcp
[project-release-notes]: https://github.com/crate/cratedb-mcp/releases
## Documentation
The project documentation is available at https://cratedb-mcp.readthedocs.io/.
It includes information on how to install and operate the package.
## Project information
### Acknowledgements
Kudos to the authors of all the many software components and technologies
this project is building upon.
### Contributing
The `cratedb-mcp` package is an open-source project, and is [managed on
GitHub]. Contributions of any kind are welcome and appreciated.
To learn how to set up a development sandbox, please refer to the
[development documentation].
### Status
The software is in the beta stage, so breaking changes may happen.
Version pinning is strongly recommended, especially if you use it as a library.