Este proyecto es un **servidor Node.js** que expone herramientas para interactuar con una base de datos Oracle a través del protocolo Model Context
Este proyecto es un servidor Node.js que expone herramientas para interactuar con una base de datos Oracle a través del protocolo Model Context Protocol (MCP). Permite ejecutar consultas SELECT, describir tablas y listar tablas. That is what the mcp oracle server mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 5 tools. What each one is for:
ORACLE_USER — ORACLE_PASSWORDORACLE_HOST — ORACLE_PORTexecute_query — Ejecuta una consulta SELECT en Oracledescribe_table — Describe la estructura de una tablalist_tables — Lista todas las tablas disponibles para el usuarioConfiguration is passed through the environment: ORACLE_HOST, ORACLE_PORT, ORACLE_DATABASE, ORACLE_USER, ORACLE_PASSWORD. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Oracle Server's toolset — ORACLE_USER, ORACLE_HOST, execute_query and 2 more — is a fair guide to whether it matches your workflow. It is maintained by YrsonHTM; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| ORACLE_USER | ORACLE_PASSWORD |
| ORACLE_HOST | ORACLE_PORT |
| execute_query | Ejecuta una consulta SELECT en Oracle. |
| describe_table | Describe la estructura de una tabla. |
| list_tables | Lista todas las tablas disponibles para el usuario. |
| Variable | Description | Required |
|---|---|---|
| ORACLE_HOST | Endpoint or connection string the server talks to. | Optional |
| ORACLE_PORT | Configuration value read at startup. | Optional |
| ORACLE_DATABASE | Configuration value read at startup. | Optional |
| ORACLE_USER | Configuration value read at startup. | Optional |
| ORACLE_PASSWORD | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.