Agent Care MCP服务器-阿塞莉娅健康集成
该存储库包含用于将Agent Care MCP服务器连接到Azalea Health的动态FHIR API的配置。
先决条件
- Node.js v14或更高版本
- npm
- Claude Desktop(用于人工智能交互)
安装说明
- 克隆此存储库:
git clone https://github.com/vlcosent/agentcare-mcp-azalea.git
cd agentcare-mcp-azalea- 安装依赖项:
npm install- 构建项目:
npm run build- 启动MCP服务器:
- 在Linux/Mac上: ./start-azalea.sh - 在Windows上: start-azalea.bat
Claude桌面配置
复制 claude_desktop_config.json 文件到:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - 窗户:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
测试
您可以使用MCP检查器测试MCP服务器:
npm install -g @modelcontextprotocol/inspector
mcp-inspector build/index.js http://localhost:5173杜鹃花健康FHIR API配置
服务器配置为使用以下凭据连接到Azalea Health的门诊沙盒FHIR API:
- 客户端ID:290
- 重定向URI:http://localhost:3456/oauth/callback
- 基本配置URL:https://app.azaleahealth.com/fhir/R4/sandbox
这些凭据仅用于沙盒测试,不提供对真实患者数据的访问。
