mcp-server-oracle

mcp-server-oracle

By hdcola GitHub

Model Context Protocol server to access oracle database

Overview

what is mcp-server-oracle?

The mcp-server-oracle is a Model Context Protocol server designed to facilitate access to oracle databases and services.

how to use mcp-server-oracle?

To use the mcp-server-oracle, set up the server by following the installation instructions in the GitHub repository, and then connect to the server using the appropriate client tools to access oracle functionalities.

key features of mcp-server-oracle?

  • Provides a structured way to access oracle databases.
  • Supports Model Context Protocol for enhanced data handling.
  • Easy integration with existing systems.

use cases of mcp-server-oracle?

  1. Accessing oracle databases for data analysis.
  2. Integrating oracle services into applications.
  3. Facilitating data retrieval and manipulation in a structured manner.

FAQ from mcp-server-oracle?

  • What is the purpose of mcp-server-oracle?

It serves as a server to access oracle databases using the Model Context Protocol.

  • Is mcp-server-oracle free to use?

Yes! It is available under the MIT license.

  • How can I contribute to mcp-server-oracle?

You can contribute by submitting issues or pull requests on the GitHub repository.

Content

mcp-server-oracle

Model Context Protocol server to access oracle

Python 3.12 License: MIT

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.

No tools information available.
No content found.