brunorsreis/oracle-mcp-server
3.2
If you are the rightful owner of oracle-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This is a minimal MCP server implementation for Oracle AI Database 26 ai using Python, providing secure, read-only SQL access via the MCP protocol.
Tools
3
Resources
0
Prompts
0
oracle-mcp-server
Minimal MCP server implementation for Oracle AI Database 26 ai using Python.
A lightweight MCP server that exposes Oracle Database tools (list_tables, describe_table, query) to any MCP-compatible AI client.
Features
- Secure, read-only SQL access via MCP protocol
- Uses
python-oracledbdriver - Easily deployable on Oracle Cloud Infrastructure (OCI)
Setup
pip install mcp python-oracledb
export ORACLE_USER=your_username
export ORACLE_PASSWORD=your_password
export ORACLE_DSN="hostname/service_name"
python oracle_mcp.py