oracle link for Claude Desktop
io.github.studiousxiaoyu/oracle-link
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
client:Claude Desktop
transport:stdio
runtime:npm
Install oracle link in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs