Skip to content
Cursor

oracle for Cursor

io.github.marcelo-ochoa/oracle

MCP server for interacting with Oracle databases

client:Cursor transport:stdio runtime:npm

Install oracle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-oracle"
      ],
      "env": {
        "ORACLE_USER": "<ORACLE_USER>",
        "ORACLE_PASSWORD": "<ORACLE_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oracle in other clients