Skip to content
Windsurf

SQLBot MCP Proxy for Windsurf

io.github.wenrou21/sqlbot-mcp-proxy

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

client:Windsurf transport:stdio runtime:oci

Install SQLBot MCP Proxy in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sqlbot-mcp-proxy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0"
      ],
      "env": {
        "SQLBOT_MCP_PROXY_BASE_URL": "<SQLBOT_MCP_PROXY_BASE_URL>",
        "SQLBOT_MCP_PROXY_ACCESS_KEY": "<SQLBOT_MCP_PROXY_ACCESS_KEY>",
        "SQLBOT_MCP_PROXY_SECRET_KEY": "<SQLBOT_MCP_PROXY_SECRET_KEY>",
        "SQLBOT_MCP_PROXY_DOCKER_CONTAINER": "<SQLBOT_MCP_PROXY_DOCKER_CONTAINER>"
      }
    }
  }
}

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

SQLBot MCP Proxy in other clients