MCP.so
登录

OracleDB MCP Server

@MCP-Mirror

关于 OracleDB MCP Server

Mirror of

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

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

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

工具

未检测到工具

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

概览

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)

评论

其他 分类下的更多 MCP 服务器