mcp服务器oracle
访问oracle的模型上下文协议服务器
 
德莫斯
https://github.com/user-attachments/assets/dc4e377b-4efb-43e6-85fa-93ed852fe21f
快速启动
要在Claude Desktop应用程序中尝试此操作,请将其添加到您的Claude配置文件中:
{
"mcpServers": {
"mcp-server-oracle": {
"command": "uvx",
"args": [
"mcp-server-oracle"
],
"env": {
"ORACLE_CONNECTION_STRING": "username/password@hostname:port/service_name"
}
}
}
}先决条件
- UV(包装经理)
- Python 3.12+
- 克劳德桌面
安装
Claude桌面配置
将服务器配置添加到Claude Desktop配置文件中:
MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json\ 视窗: %APPDATA%/Claude/claude_desktop_config.json
贡献
- 从以下位置分叉存储库 mcp服务器oracle
- 创建功能分支
- 提交您的更改
- 推到分支
- 打开拉取请求
许可证
此项目根据MIT许可证获得许可-请参阅 许可证 文件以获取详细信息。
