QueryWeaver is an open-source Text2SQL tool that converts natural-language questions into SQL queries using graph-powered schema understanding, enabling users to query databases conversationally. The MCP server provides tools for translating plain-English database questions into executable SQL and returning results, while optionally maintaining per-user conversation memory stored in FalkorDB with configurable TTL settings. It solves the problem of requiring SQL expertise to query databases by allowing non-technical users to interact with data sources through natural language.
claude mcp add --transport stdio falkordb-queryweaver uvx queryweaver