Back to MCP directory
publicPublicdnsLocal runtime

agentcare-mcp-azalea

该项目是连接Agent Care MCP服务器与Azalea Health医疗FHIR API的配置库,包含环境搭建、测试及沙箱API配置说明。

article

README

🚀 代理关怀 MCP 服务器 - Azalea Health 集成

本项目仓库提供了将代理关怀 MCP 服务器与 Azalea Health 脱氧核苷酸 FHIR API 进行连接的详细配置方案,助力实现两者间的高效集成。

🚀 快速开始

先决条件

  • Node.js v14 或更高版本
  • npm
  • Claude Desktop(用于 AI 交互)

安装步骤

  1. 克隆此仓库:
    git clone https://github.com/vlcosent/agentcare-mcp-azalea.git
    cd agentcare-mcp-azalea
    
  2. 安装依赖项:
    npm install
    
  3. 构建项目:
    npm run build
    
  4. 启动 MCP 服务器:
    • 在 Linux/Mac 上:./start-azalea.sh
    • 在 Windows 上:start-azalea.bat

Claude Desktop 配置

claude_desktop_config.json 文件复制到以下对应位置:

  • macOS:~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows:%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

Azalea Health FHIR API 配置

服务器已完成配置,可连接到 Azalea Health 脱氧核苷酸沙盒 FHIR API,使用的凭证信息如下: | 属性 | 详情 | |------|------| | 客户端 ID | 290 | | 重定向 URI | http://localhost:3456/oauth/callback | | 基础 FHIR URL | https://app.azaleahealth.com/fhir/R4/sandbox |

⚠️ 重要提示

这些凭证仅用于沙盒测试,不提供对真实患者数据的访问权限。

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