Back to Home
omandotkom icon

oraclemcp

Verified Safe

by omandotkom

Overview

Enables LLMs to interact with Oracle databases for schema inspection and read-only query execution.

Installation

Run Command
mcp_oracle.exe

Environment Variables

  • ORACLE_USER
  • ORACLE_PASSWORD
  • ORACLE_CONNECT_STRING

Security Notes

The `sql-select` tool directly executes arbitrary `SELECT` or `WITH` SQL queries provided by the LLM. While this is its intended purpose, it means any LLM (or compromised input from an LLM) can query *any* data accessible by the configured `ORACLE_USER`. This poses a significant data exfiltration risk and potential for resource exhaustion (even if result rows are truncated, the query itself can be expensive). Error messages might expose internal database details. The `list-tables` and `get-table-schema` tools use parameterized queries or hardcoded SQL and are safer. Configuration is via environment variables, preventing hardcoded secrets. No 'eval' or similar dangerous functions were found.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

LLMOracleDatabaseGoMCP