Databases
Trust: 45/100 (Fair)io.github.marcelo-ochoa/oracle Guide
MCP server for interacting with Oracle databases
1 starsby marcelo-ochoa
Quick Start
Install
npx @marcelo-ochoa/server-oracleClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-marcelo-ochoa-oracle": {
"command": "npx",
"args": [
"@marcelo-ochoa/server-oracle"
]
}
}
}