oracle link for Cursor
io.github.studiousxiaoyu/oracle-link
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
client:Cursor
transport:stdio
runtime:npm
Install oracle link in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oracle-link": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs