Oraclemcp

oraclemcp is a Model Context Protocol server that gives an AI agent governed, least-privilege access to an Oracle database: schema introspection, DDL, compile errors, source search, ad-hoc read queries, plan analysis, and an explicit profile-gated execution path for non-read SQL. Every raw statement the agent submits is classified before it can reach Oracle. Read tools only admit statements proven read-only…

People who need database tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #129 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Oraclemcp

before you install - you'll need

Set ORACLEMCP_OAUTH_HS256_SECRET, ORACLE_APP_PASSWORD before connecting.

Docker

docker run -i --rm ghcr.io/muhdur/oraclemcp:0.10.0

Claude Desktop - add to config

{
  "mcpServers": {
    "muhdur-oraclemcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/muhdur/oraclemcp:0.10.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.MuhDur is GitHub-verified and matches the repo owner

03 · What Oraclemcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.0 · 2026-07-27

bump the github-actions-weekly group across 1 directory with 6 updates · New Contributors · @dependabot[bot] made their first contribution in · bump the github-actions-weekly group across 1 directory with 6 updates…

v0.9.0 · 2026-07-18

v0.8.0 · 2026-07-09

04 · Who maintains Oraclemcp

oraclemcp is maintained by muhdur. We track 2 MCP servers from muhdur - 1 actively maintained, 5 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
database - ranked #129 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-27)
registry
io.github.MuhDur/oraclemcp (active, first published 2026-06-08 · 14 versions)
packages
oci:ghcr.io/muhdur/oraclemcp:0.10.0

06 · Oraclemcp FAQ

What is Oraclemcp?

oraclemcp is a Model Context Protocol server that gives an AI agent governed, least-privilege access to an Oracle database: schema introspection, DDL, compile errors, source search, ad-hoc read queries, plan analysis, and an explicit profile-gated execution path for non-read SQL. Every raw statement the agent submits is classified before it can reach Oracle. Read tools only admit statements proven read-only…

Is Oraclemcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Oraclemcp?

Run `docker run -i --rm ghcr.io/muhdur/oraclemcp:0.10.0`. The README documents 2 environment variables (ORACLEMCP_OAUTH_HS256_SECRET, ORACLE_APP_PASSWORD) to set first. Set ORACLEMCP_OAUTH_HS256_SECRET, ORACLE_APP_PASSWORD before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Oraclemcp