← Index

io.github.StudiousXiaoYu/oracle-link

io.github.StudiousXiaoYu/oracle-link·v0.2.2·Other
Quality Score
71
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "oracle-link": {
      "command": "npx",
      "args": [
        "-y",
        "@studious-xiaoyu/oracle-link"
      ],
      "env": {
        "ORACLE_USERNAME": "<oracle_username>",
        "ORACLE_PASSWORD": "<your-oracle_password>",
        "ORACLE_CONNECT_STRING": "<oracle_connect_string>",
        "ORACLE_PRIVILEGE": "<oracle_privilege>",
        "DEFAULT_MAX_ROWS": "<default_max_rows>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "oracle-link": {
      "command": "npx",
      "args": [
        "-y",
        "@studious-xiaoyu/oracle-link"
      ],
      "env": {
        "ORACLE_USERNAME": "<oracle_username>",
        "ORACLE_PASSWORD": "<your-oracle_password>",
        "ORACLE_CONNECT_STRING": "<oracle_connect_string>",
        "ORACLE_PRIVILEGE": "<oracle_privilege>",
        "DEFAULT_MAX_ROWS": "<default_max_rows>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @studious-xiaoyu/oracle-link
§02  Environment variables
ORACLE_USERNAME

Oracle DB username (optional when using tool url)

ORACLE_PASSWORD
secret

Oracle DB password (optional when using tool url)

ORACLE_CONNECT_STRING

Oracle connect string host:port/service (optional when using tool url)

ORACLE_PRIVILEGE

Admin privilege (SYSDBA or SYSOPER), optional

DEFAULT_MAX_ROWS

Default max rows for queries

§03  MCP Quality Score  ·  methodology
freshness
16
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other