QueryWeaver is an open-source Text2SQL tool that converts plain-English questions into SQL using graph-powered schema understanding.
From the registry: An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.
$ docker run -p 5000:5000 -it falkordb/queryweaverhttps://hub.docker.com/r/falkordb/queryweaver/Please install the `queryweaver` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Run QueryWeaver via Docker** — QueryWeaver is a full application with its own MCP HTTP surface. Run it locally or use the hosted version. Run: `docker run -p 5000:5000 -it falkordb/queryweaver` (https://hub.docker.com/r/falkordb/queryweaver/)
- **Get a bearer token** — Authenticate via the web UI (OAuth) or API token endpoint to get a bearer token (https://app.queryweaver.ai)
Canonical MCP server config (HTTP transport):
- url: `http://127.0.0.1:5000/mcp`
- headers:
- `Authorization`: `Bearer <your-token>`
Note: Text2SQL tool using graph-powered schema understanding. Requires a running QueryWeaver instance (Docker or cloud). MCP surface exposes: list_databases, connect_database, database_schema, query_database. Disable MCP with DISABLE_MCP=true.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.FASTAPI_SECRET_KEYrequiredUsed for securing the FastAPI application.GOOGLE_CLIENT_IDrequiredClient ID for Google OAuth authentication.GOOGLE_CLIENT_SECRETrequiredClient secret for Google OAuth authentication.GITHUB_CLIENT_IDrequiredClient ID for GitHub OAuth authentication.GITHUB_CLIENT_SECRETrequiredClient secret for GitHub OAuth authentication.AZURE_API_KEYrequiredAPI key for Azure OpenAI services.OPENAI_API_KEYrequiredAPI key for OpenAI services.GEMINI_API_KEYrequiredAPI key for Google Gemini services.ANTHROPIC_API_KEYrequiredAPI key for Anthropic services.COHERE_API_KEYrequiredAPI key for Cohere services.Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB