MCPDBWizard for Zed
io.github.srmadscience/mcpdbwizard
An Oracle MCP server built from the PL/SQL, tables and statements you select. No run-sql tool
client:Zed
transport:stdio
runtime:oci
Install MCPDBWizard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcpdbwizard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/srmadscience/mcpdbwizard:2.0.29"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs