home / mcp / queryweaver mcp server

QueryWeaver MCP Server

Provides an MCP HTTP surface to manage graphs and run Text2SQL queries

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "falkordb-queryweaver": {
      "url": "http://127.0.0.1:5000/mcp",
      "headers": {
        "DISABLE_MCP": "false"
      }
    }
  }
}