Oracle MCP Server

MCP server for interacting with Oracle databases

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #103 OF 250 MAINTAINED DATABASE · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Oracle

Claude Code

claude mcp add marcelo-ochoa-servers-src-oracle -- npx -y @marcelo-ochoa/server-oracle

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "marcelo-ochoa-servers-src-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-oracle"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

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 local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @marcelo-ochoa/server-oracle - published under the repo owner's npm scope (@marcelo-ochoa)

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

03 · Who maintains Oracle

oracle is maintained by marcelo-ochoa. We track 5 MCP servers from marcelo-ochoa - 5 actively maintained, 2 combined GitHub stars, oldest repo from Mar 2025.

  1. qnap MCP server for QNAP NAS API ★ 2

04 · Facts

category
database - ranked #103 of 250 actively-maintained database servers as of 2026-08-25.
registry
io.github.marcelo-ochoa/oracle (active, first published 2025-11-27 · 8 versions)
packages
npm:@marcelo-ochoa/server-oracle

05 · Oracle FAQ

Is Oracle still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

How do I install Oracle?

Run `npx -y @marcelo-ochoa/server-oracle`. You can also paste the ready-made client config above.

Does Oracle run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Oracle