Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

QualigenAI Oracle Bridge ()

БесплатноНе проверен

An advanced MCP server that enables Claude Desktop to act as an autonomous Oracle Database Administrator and Data Analyst with agentic schema discovery and self

GitHubEmbed

Описание

An advanced MCP server that enables Claude Desktop to act as an autonomous Oracle Database Administrator and Data Analyst with agentic schema discovery and self-healing queries.

README

An advanced Model Context Protocol (MCP) server that enables Claude Desktop to act as an autonomous Oracle Database Administrator and Data Analyst.

Unlike standard SQL tools, this bridge allows for Agentic workflows, where the AI explores the schema, self-corrects SQL errors, and handles complex joins through natural language.

🧠 Agentic Intelligence Features

  • Autonomous Schema Discovery: Claude identifies tables and relationships without manual mapping.
  • Self-Healing Queries: Automatically interprets Oracle ORA- errors and rewrites SQL to fix issues.
  • Complex Data Handling: Native support for CLOB data types and multi-table JOIN operations.
  • Automatic Commits: Built-in autoCommit for persistent DDL (CREATE/DROP) and DML (INSERT/UPDATE) operations.

🛠️ Setup Instructions

1. Prerequisites

  • Node.js (v18+)
  • Docker (for Oracle XE)
  • Claude Desktop

2. Database Setup

Run the Oracle XE container using the following command:

docker run -d --name qualigenai-db -p 1521:1521 -e ORACLE_PASSWORD='YOURPASSWORD' gvenzl/oracle-xe

3. Environment Configuration
Create a .env file in the root directory:

Code snippet
DB_USER=system
DB_PASSWORD=<YOUR_PASSWORD>
DB_CONNECTION_STRING=localhost:1521/FREEPDB1
4. Build the Bridge
Run these commands to install dependencies and compile the TypeScript code:

Bash
npm install
npm run build
🖥️ Claude Integration
Add this configuration to your claude_desktop_config.json (located at %APPDATA%\Claude\claude_desktop_config.json on Windows):

JSON
{
  "mcpServers": {
    "qualigenai-oracle": {
      "command": "node",
      "args": ["C:/ABS/path/to/your/project/dist/index.js"],
      "env": {
        "DB_USER": "system",
        "DB_PASSWORD": "<YOUR_PASSWORD>",
        "DB_CONNECTION_STRING": "localhost:1521/FREEPDB1"
      }
    }
  }
}

Disclaimer: This project is an independent open-source tool and is not affiliated with, sponsored by, or endorsed by Oracle Corporation. "Oracle" is a registered trademark of Oracle Corporation.

from github.com/qualigenai/mcp-oracle-connector

Установка QualigenAI Oracle Bridge ()

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/qualigenai/mcp-oracle-connector

FAQ

QualigenAI Oracle Bridge () MCP бесплатный?

Да, QualigenAI Oracle Bridge () MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для QualigenAI Oracle Bridge ()?

Нет, QualigenAI Oracle Bridge () работает без API-ключей и переменных окружения.

QualigenAI Oracle Bridge () — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить QualigenAI Oracle Bridge () в Claude Desktop, Claude Code или Cursor?

Открой QualigenAI Oracle Bridge () на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare QualigenAI Oracle Bridge () with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data