用于访问Oracle的模型上下文协议服务器
https://github.com/user-attachments/assets/dc4e377b-4efb-43e6-85fa-93ed852fe21f
要在Claude桌面应用程序中尝试此功能,请在您的Claude配置文件中添加以下内容:
{
"mcpServers": {
"mcp-server-oracle": {
"command": "uvx",
"args": [
"mcp-server-oracle"
],
"env": {
"ORACLE_CONNECTION_STRING": "用户名/密码@主机名:端口/服务名"
}
}
}
}
将服务器配置添加到您的Claude桌面配置文件中:
MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
本项目采用MIT许可证 - 详情见LICENSE文件。