Skip to content
Cline

oracle link for Cline

io.github.studiousxiaoyu/oracle-link

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

client:Cline transport:stdio runtime:npm

Install oracle link in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

oracle link in other clients