← Index

io.github.marcelo-ochoa/oracle

io.github.marcelo-ochoa/oracle·v1.0.7·Other
Quality Score
78
/100

MCP server for interacting with Oracle databases

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-oracle"
      ],
      "env": {
        "ORACLE_USER": "<oracle_user>",
        "ORACLE_PASSWORD": "<your-oracle_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-oracle"
      ],
      "env": {
        "ORACLE_USER": "<oracle_user>",
        "ORACLE_PASSWORD": "<your-oracle_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @marcelo-ochoa/server-oracle
§02  Environment variables
ORACLE_USER

Oracle user name

ORACLE_PASSWORD
secret

Oracle password

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other