Skip to content
Windsurf

QueryWeaver for Windsurf

com.falkordb/queryweaver

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

client:Windsurf transport:stdio runtime:oci

Install QueryWeaver in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

QueryWeaver in other clients