Skip to content
Windsurf

MCP Toolbox for Databases for Windsurf

io.github.googleapis/genai-toolbox

MCP Toolbox for Databases enables your agent to connect to your database.

client:Windsurf transport:stdio runtime:oci

Install MCP Toolbox for Databases in Windsurf

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

{
  "mcpServers": {
    "genai-toolbox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0"
      ]
    }
  }
}

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

MCP Toolbox for Databases in other clients