Oracle
Freeby MCP Community
An MCP server that provides read-only access to Oracle 11g databases.
v0.1.3Added Apr 12, 2026
mcporacledatabasemodel-context-protocolai
Oracle MCP Server
An MCP server that provides read-only access to Oracle 11g databases.
Installation
Reviews
Installation
Quick install
npx -y oracle-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"oracle": {
"command": "npx",
"args": ["-y", "oracle-mcp-server"]
}
}
}