Oracle Database
Provides secure, read-only access to Oracle databases through Python's oracledb library, enabling database schema exploration and SQL query execution without direct credential exposure.
17 stars
0 tools
Created Aug 2025
@hdcola/hdcola-oracle-database-oracleAbout
Provides secure, read-only access to Oracle databases through Python's oracledb library, enabling database schema exploration and SQL query execution without direct credential exposure.
Categories
general
Installation
npm
npm install @hdcola/hdcola-oracle-database-oracle
Configuration
{
"mcpServers": {
"hdcola-oracle-database-oracle": {
"command": "npx",
"args": [
"-y",
"@hdcola/hdcola-oracle-database-oracle"
]
}
}
}