5 months ago
An enterprise-grade Oracle Database connector for MCP. Features built-in self-healing connection retries, TypeScript-based architecture, and AI-guided SQL error handling for autonomous agent workflows.
Server Config
{
"mcpServers": {
"qualigenai-oracle": {
"command": "node",
"args": [
"--no-warnings",
"./dist/index.js"
],
"env": {
"DB_USER": "YOUR_USER",
"DB_PASSWORD": "YOUR_PASSWORD",
"DB_CONNECTION_STRING": "localhost:1521/FREEPDB1",
"ENABLE_SELF_HEALING": "true",
"RETRY_LIMIT": "5"
}
}
}
}