Skip to content
Cline

oraclemcp for Cline

io.github.muhdur/oraclemcp

Engine-free, governed Oracle Database MCP server with a fail-closed SQL guard (unofficial).

client:Cline transport:stdio runtime:oci

Install oraclemcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "oraclemcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/muhdur/oraclemcp:0.11.0"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

oraclemcp in other clients