Skip to content
Windsurf

MCPDBWizard for Windsurf

io.github.srmadscience/mcpdbwizard

An Oracle MCP server built from the PL/SQL, tables and statements you select. No run-sql tool

client:Windsurf transport:stdio runtime:oci

Install MCPDBWizard in Windsurf

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

{
  "mcpServers": {
    "mcpdbwizard": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/srmadscience/mcpdbwizard:2.0.29"
      ]
    }
  }
}

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

MCPDBWizard in other clients