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
- repository
- github.com/muhdur/oraclemcp
- 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
Alternatives to Oraclemcp
Maintained database servers if Oraclemcp isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- Supabase MCP server for interacting with the Supabase platform ★ 2,871 · 2026-08-22
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
Pairs well with
Servers that cover what Oraclemcp doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
More database MCP servers · Safedb MCP · Apple Health · Neo4j Aura Manager · Neo4j Cypher · db-MCP (SQLite MCP Server)
More Rust MCP servers · Octobrain · Octocode · Octofs · Sidereon · Dazai - Burn After Reading Secret (motokano) · see all