QueryCraft
Bridges Large Language Models (LLMs) with databases using a Model Context Protocol (MCP) server.
Acerca de
QueryCraft is a versatile Model Context Protocol (MCP) server that streamlines the interaction between Large Language Models (LLMs) and various database systems. Through a standardized protocol, LLMs can dynamically discover database schemas, execute queries, and retrieve data. The server offers support for multiple database backends, including PostgreSQL and SQLite, configurable via environment variables, ensuring adaptability to diverse environments.
Características Principales
- Manages database connections throughout the application lifecycle.
- Offers structured data querying and raw SQL execution.
- Uses Server-Sent Events (SSE) for MCP communication.
- Enables dynamic schema discovery.
- Supports PostgreSQL and SQLite database backends.
- 1 GitHub stars
Casos de Uso
- Building applications that require dynamic database interaction with LLMs.
- Creating data-driven conversational AI systems.
- Enabling LLMs to access and understand structured data in databases.