
Oracle
Give your agent MCP access to Oracle so enterprise or legacy-stack solo projects can debug SQL and schema without leaving the editor.
Overview
io.github.marcelo-ochoa/oracle is a MCP server for the Build phase that connects coding agents to Oracle databases via stdio, a connection string, and ORACLE_USER/ORACLE_PASSWORD credentials.
What is this MCP server?
- Stdio MCP server @marcelo-ochoa/server-oracle at version 1.0.7
- Oracle connection string positional argument with ORACLE_USER and ORACLE_PASSWORD env support
- Targets Oracle database interaction from MCP-compatible coding agents
- Maintained in github.com/marcelo-ochoa/servers under src/oracle
- Password flagged as secret in server schema for safer config
- npm package @marcelo-ochoa/server-oracle at version 1.0.7
- Stdio transport with connectionString positional argument
- Environment variables ORACLE_USER and ORACLE_PASSWORD documented in server schema
What problem does it solve?
Oracle setups are heavy to operate manually, so solo builders waste time bouncing between thick clients and the agent when validating queries or schema.
Who is it for?
Developers already on Oracle who use MCP agents and want dev or staging introspection without custom JDBC wrapper scripts.
Skip if: Builders on serverless Postgres-only stacks or anyone who cannot safely expose Oracle credentials to a local MCP process.
What do I get? / Deliverables
Registering the Oracle MCP server lets your agent query and interact with your database inside the same workflow you use to edit application code.
- Oracle MCP endpoint wired into your agent client
- Agent-assisted SQL and schema operations on your Oracle instance
- Version-pinned npm-based MCP server (1.0.7) from the published package
Recommended MCP Servers
Journey fit
Oracle-backed products are still built and extended in the Build phase; this server is cataloged there as the primary agent hook for that database work. It is an external system integration via MCP, matching the integrations subphase rather than pure application backend logic in isolation.
How it compares
Agent-facing Oracle MCP bridge, not an APEX builder skill or DBA runbook.
Common Questions / FAQ
Who is io.github.marcelo-ochoa/oracle for?
It is for builders and consultants who ship against Oracle and want MCP-enabled agents to assist with SQL and schema tasks on environments they control.
When should I use io.github.marcelo-ochoa/oracle?
Use it during backend build and integration when you need the agent to run Oracle queries or explore objects alongside code changes.
How do I add io.github.marcelo-ochoa/oracle to my agent?
Configure MCP for @marcelo-ochoa/server-oracle with stdio, pass the Oracle connection string, and set ORACLE_USER and ORACLE_PASSWORD in your client environment.