MCP.so
Sign In

OracleDB MCP Server

@MCP-Mirror

About OracleDB MCP Server

Mirror of

Basic information

Category

Other

License

Apache-2.0 license

Runtime

python

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "rahgadda_oracledb_mcp_server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "uv",
        "--directory",
        "D:\\MyDev\\mcp\\oracledb_mcp_server",
        "run",
        "-m",
        "oracledb_mcp_server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is OracleDB MCP Server?

OracleDB MCP Server is a Model Context Protocol server that exposes configured Oracle Database tables and columns as context to LLMs. It enables LLMs to interact with Oracle Database, generate SQL statements, and return results from natural language prompts.

How to use OracleDB MCP Server?

Install via pip install oracledb_mcp_server, create a .env file with the Oracle DB connection string, then run uv run oracledb_mcp_server. For Claude Desktop, add the JSON configuration (including DB_CONNECTION_STRING, TABLE_WHITE_LIST, COLUMN_WHITE_LIST)

Comments

More Other MCP servers