Skip to content
Cursor

QueryWeaver for Cursor

com.falkordb/queryweaver

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

client:Cursor transport:stdio runtime:oci

Install QueryWeaver in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

QueryWeaver in other clients