MCP.so
登录
O

Oracle Database (xe) Mcp Connector With Self Healing Retries

@qualigenai

关于 Oracle Database (xe) Mcp Connector With Self Healing Retries

An enterprise-grade Oracle Database connector for MCP. Features built-in self-healing connection retries, TypeScript-based architecture, and AI-guided SQL error handling for autonomous agent workflows.

基本信息

分类

数据库

传输方式

stdio

发布者

qualigenai

提交者

rambhupal boreddy

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "qualigenai-oracle": {
      "command": "node",
      "args": [
        "--no-warnings",
        "./dist/index.js"
      ],
      "env": {
        "DB_USER": "YOUR_USER",
        "DB_PASSWORD": "YOUR_PASSWORD",
        "DB_CONNECTION_STRING": "localhost:1521/FREEPDB1",
        "ENABLE_SELF_HEALING": "true",
        "RETRY_LIMIT": "5"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Oracle Database (xe) Mcp Connector With Self Healing Retries?

The QualiGenAI Oracle Bridge is a resilient Model Context Protocol (MCP) server that connects AI agents to Oracle Databases (XE/PDB). It is specifically engineered to handle common stability issues in containerized database environments, with built-in self-healing retry mechanisms and intelligent error feedback.

How to use Oracle Database (xe) Mcp Connector With Self Healing Retries?

Install and configure the server with a configurable RETRY_LIMIT for automated retries. Invoke its two tools: execute_query to run SQL commands and return structured JSON results, and list_oracle_tables to discover schema metadata, including table names and structures.

Key features of Oracle Database (xe) Mcp Connector With Self Healing Retries

  • Self-healing connection logic with configurable retry limit.
  • Intelligent SQL error feedback with context-aware "TIP" messages.
  • Enterprise-grade TypeScript architecture with clean source/compiled separation.
  • Automated retry mechanism for waiting on container health.

Use cases of Oracle Database (xe) Mcp Connector With Self Healing Retries

  • AI agents querying Oracle databases in unstable containerized environments.
  • Automated schema discovery and metadata retrieval for AI-driven database analysis.
  • Providing self-correcting SQL generation with intelligent error guidance.
  • Reliable production deployments requiring type-safe database connectivity.

FAQ from Oracle Database (xe) Mcp Connector With Self Healing Retries

How does the self-healing retry work?

The server includes an automated retry mechanism (configurable via RETRY_LIMIT) that allows it to stay active while waiting for Oracle Docker containers or remote services to become healthy.

What happens when an AI agent generates an invalid query?

The server appends a context-aware "TIP" to the error message (e.g., ORA-00942), guiding the agent to use list_oracle_tables to self-correct.

What tools does the server provide?

It provides execute_query for securely running SQL commands and returning structured JSON results, and list_oracle_tables for discovering schema metadata including table names and structures.

What runtime or dependencies are required?

The server is built with TypeScript for full type safety and requires a Node.js runtime. It is designed for containerized Oracle Database environments, especially XE/PDB.

Where does the data live?

The server connects to Oracle Database instances (XE/PDB) specified by the user; no data is stored by the server itself.

评论

数据库 分类下的更多 MCP 服务器