hdcola_mcp_server_oracle

hdcola_mcp_server_oracle

by hdcola
A Model Context Protocol server enabling Claude Desktop to access Oracle databases.

Oracle Database Integration for Claude via MCP Server

Overview

The Oracle Database Integration for Claude via MCP Server is a Model Context Protocol (MCP) server designed to enable seamless access to Oracle databases within the Claude Desktop application. This integration allows users to query and interact with Oracle databases directly from Claude, enhancing its capabilities for data-driven tasks.

Features

  • Oracle Database Connectivity: Directly connect to Oracle databases using a connection string.
  • Claude Desktop Integration: Easily configure the server within the Claude Desktop app for real-time database interactions.
  • Python 3.12+ Support: Built with modern Python for compatibility and performance.
  • MIT Licensed: Open-source and free to use under the MIT License.

Quickstart

To get started, add the following configuration to your Claude Desktop app:

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

Prerequisites

  • UV Package Manager: Required for managing dependencies.
  • Python 3.12+: Ensure you have the correct Python version installed.
  • Claude Desktop: The app where the integration will be used.

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

Demos

A demo video (mpc-server-oracle.mp4) is available to showcase the integration in action.

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.

About

The Oracle Database Integration for Claude via MCP Server is a tool designed to bridge the gap between Claude and Oracle databases, enabling powerful data querying and manipulation capabilities.

Resources

Activity

Languages

  • Python 100.0%

Features & Capabilities

Categories
mcp_server model_context_protocol python oracle claude api_integration desktop_app

Implementation Details

Stats

0 Views
3 GitHub Stars

Repository Info

hdcola Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300