Skip to content
VS Code

QueryWeaver for VS Code

com.falkordb/queryweaver

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

client:VS Code transport:stdio runtime:oci

Install QueryWeaver in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

QueryWeaver in other clients