QueryWeaver for Cline
com.falkordb/queryweaver
An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.
client:Cline
transport:stdio
runtime:oci
Install QueryWeaver in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"queryweaver": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/falkordb/queryweaver:0.0.11"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs