Connects large language models to Oracle databases to enable read-only SQL query execution.
Sponsored
The Oracle Database MCP server facilitates seamless interaction between large language models, such as GitHub Copilot, and Oracle databases. It provides a secure, read-only interface allowing LLMs to execute SQL queries and retrieve schema information directly from the database. Operating via standard input/output (stdio) and utilizing efficient connection pooling, this server is designed to enhance developer productivity by enabling AI-driven data exploration and analysis within a controlled environment, complete with audit logging, query timeouts, and result limits.
Key Features
01Efficient Oracle connection pooling
02stdio transport for communication (no HTTP server needed)
030 GitHub stars
04Read-only access to Oracle databases
05Database schema introspection (tables, columns)
06Audit logging of all executed queries
Use Cases
01Retrieve database schema information (tables, columns) through AI prompts
02Enable GitHub Copilot to answer natural language questions about database content
03Execute analytical SQL queries (e.g., 'top 5 products by sales') using natural language via an LLM