QueryPilot for Windsurf
io.github.nickklos10/querypilot
Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals
client:Windsurf
transport:stdio
runtime:pypi
Install QueryPilot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"querypilot": {
"command": "uvx",
"args": [
"querypilot"
],
"env": {
"QUERYPILOT_DATABASE_URL": "<QUERYPILOT_DATABASE_URL>",
"QUERYPILOT_DIALECT": "<QUERYPILOT_DIALECT>",
"QUERYPILOT_MAX_ROWS": "<QUERYPILOT_MAX_ROWS>",
"QUERYPILOT_TIMEOUT_SECONDS": "<QUERYPILOT_TIMEOUT_SECONDS>",
"QUERYPILOT_ACCESS_POLICY_JSON": "<QUERYPILOT_ACCESS_POLICY_JSON>",
"QUERYPILOT_MCP_TRANSPORT": "<QUERYPILOT_MCP_TRANSPORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs