Skip to content
VS Code

MCPDBWizard for VS Code

io.github.srmadscience/mcpdbwizard

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

client:VS Code transport:stdio runtime:oci

Install MCPDBWizard in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCPDBWizard in other clients