Odel
QueryWeaver

QueryWeaver

Local
@falkordb1.1kPythonAGPL-3.0Updated Yesterday

An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/falkordb/queryweaver:0.0.11

Run

docker run -i --rm docker.io/falkordb/queryweaver:0.0.11

MCP client config

{
  "mcpServers": {
    "queryweaver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/falkordb/queryweaver:0.0.11"
      ]
    }
  }
}