Skip to content
Windsurf

oracle link for Windsurf

io.github.studiousxiaoyu/oracle-link

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

client:Windsurf transport:stdio runtime:npm

Install oracle link in Windsurf

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

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

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

oracle link in other clients