Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-oracle

一个通过Model Context Protocol访问Oracle数据库的服务端工具

article

README

🚀 mcp-server-oracle

模型上下文协议服务器用于访问 Oracle 数据库,为相关应用提供便捷的数据库访问能力。

Python 3.12 License: MIT

🚀 快速开始

要在 Claude 桌面应用中尝试此功能,请将以下内容添加到您的 Claude 配置文件中:

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

先决条件

  • UV(包管理器)
  • Python 3.12+
  • Claude 桌面应用

✨ 主要特性

模型上下文协议服务器可实现对 Oracle 数据库的访问,为相关应用提供数据库交互能力。

📦 安装指南

配置 Claude 桌面环境

将服务器配置添加到您的 Claude 桌面配置文件中:

  • macOS 系统~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows 系统%APPDATA%/Claude/claude_desktop_config.json

💻 使用示例

基础用法

请访问以下链接查看示例资源:
https://github.com/user-attachments/assets/dc4e377b-4efb-43e6-85fa-93ed852fe21f

🤝 贡献指南

  1. 叉取代码库:mcp-server-oracle
  2. 创建功能分支
  3. 提交更改
  4. 推送到分支
  5. 提交拉取请求

📄 许可证

本项目采用 MIT 许可证,详情请参阅 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client