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
{
"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