mcp-oracle

leonardocrdso/mcp-oracle
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for Oracle databases — thin mode, no Instant Client required. Query Oracle via Claude Desktop with zero native driver setup.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-oracle": {
      "command": "uvx",
      "args": [
        "mcp-oracle"
      ]
    }
  }
}

Or install with pip: pip install mcp-oracle

README Excerpt

Oracle database MCP server using `python-oracledb` in thin mode — no Oracle Instant Client required. No manual installation needed. Run directly with: ```bash uvx mcp-oracle ``` Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "oracle": { "command": "uvx", "args": ["mcp-oracle"], "env": {

Tools (7)

ORACLE_DSNORACLE_PASSWORDORACLE_POOL_MAXORACLE_POOL_MINORACLE_QUERY_ROW_LIMITORACLE_QUERY_TIMEOUT_SECONDSORACLE_USER

Topics

ai-toolsclaudedatabasellmmcporaclepython