JUHE API Marketplace
anpy-j avatar
MCP Server

MCP Oracle Server

A Model Context Protocol server that enables Claude to access and interact with Oracle databases through natural language queries.

0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "mcp-server-oracle",
3 "command": "uvx",
4 "args": [
5 "mcp-server-oracle"
6 ],
7 "env": {
8 "ORACLE_CONNECTION_STRING": "username/password@hostname:password/service_name"
9 }
10}
JSON10 lines

README Documentation

mcp-server-oracle

Model Context Protocol server to access oracle

Demos

https://github.com/user-attachments/assets/dc4e377b-4efb-43e6-85fa-93ed852fe21f

Quickstart

To try this in Claude Desktop app, add this to your claude config files:

{
  "mcpServers": {
    "mcp-server-oracle": {
      "command": "uvx",
      "args": [
        "mcp-server-oracle"
      ],
      "env": {
        "ORACLE_CONNECTION_STRING": "username/password@hostname:password/service_name"
      }
    }
  }
}

Prerequisites

  • UV (pacakge manager)
  • Python 3.12+
  • Claude Desktop

Installation

Claude Desktop Configuration

Add the server configuration to your Claude Desktop config file:

MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json

Contributing

  1. Fork the repository from mcp-server-oracle
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source