oracle-link
About
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ORACLE_USERNAME ORACLE_PASSWORD ORACLE_CONNECT_STRING ORACLE_PRIVILEGE DEFAULT_MAX_ROWSClaude Code
claude mcp add --env ORACLE_USERNAME= --env ORACLE_PASSWORD= --env ORACLE_CONNECT_STRING= --env ORACLE_PRIVILEGE= --env DEFAULT_MAX_ROWS= oracle-link -- npx @studious-xiaoyu/oracle-link
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"oracle-link","command":"npx","args":["@studious-xiaoyu/oracle-link"],"env":{"ORACLE_USERNAME":"","ORACLE_PASSWORD":"","ORACLE_CONNECT_STRING":"","ORACLE_PRIVILEGE":"","DEFAULT_MAX_ROWS":""}}'
JSON
{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "",
"ORACLE_PASSWORD": "",
"ORACLE_CONNECT_STRING": "",
"ORACLE_PRIVILEGE": "",
"DEFAULT_MAX_ROWS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.