Skip to content
Zed

oracle link for Zed

io.github.studiousxiaoyu/oracle-link

Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP

client:Zed transport:stdio runtime:npm

Install oracle link in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "oracle-link": {
      "command": "npx",
      "args": [
        "-y",
        "@studious-xiaoyu/oracle-link"
      ],
      "env": {
        "ORACLE_USERNAME": "<ORACLE_USERNAME>",
        "ORACLE_PASSWORD": "<ORACLE_PASSWORD>",
        "ORACLE_CONNECT_STRING": "<ORACLE_CONNECT_STRING>",
        "ORACLE_PRIVILEGE": "<ORACLE_PRIVILEGE>",
        "DEFAULT_MAX_ROWS": "<DEFAULT_MAX_ROWS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

oracle link in other clients