Skip to main content
Glama

MCP Oracle Server

by anpy-j

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  1. Demos
    1. Quickstart
      1. Prerequisites
      2. Installation
    2. Contributing
      1. License

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables Claude to execute SQL queries on Snowflake databases with automatic connection lifecycle management.
          Last updated -
          42
          Python
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides Claude access to Turso-hosted LibSQL databases, enabling database table listing, schema retrieval, and SELECT query execution.
          Last updated -
          12
          5
          TypeScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A secure Model Context Protocol server that allows Claude to execute read-only SQL queries against a PostgreSQL database, enabling natural language interaction with database data.
          Last updated -
          1
          TypeScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol Server that enables LLMs to interact with Oracle Database by providing database tables/columns as context, allowing users to generate SQL statements and retrieve results using natural language prompts.
          Last updated -
          26
          Python
          Apache 2.0

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/anpy-j/mcp-oracle'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server