oracle for Zed
io.github.marcelo-ochoa/oracle
MCP server for interacting with Oracle databases
client:Zed
transport:stdio
runtime:npm
Install oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"oracle": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-oracle"
],
"env": {
"ORACLE_USER": "<ORACLE_USER>",
"ORACLE_PASSWORD": "<ORACLE_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs