AgentCare MCP 医疗数据服务器

AgentCare MCP 医疗数据服务器

用于EMR(如Cerner和Epic)的MCP服务器,支持FHIR协议,提供医疗数据分析与工具集成。

快速入门

  1. 克隆仓库: git clone {agentcare-mcp-github path} cd agentcare-mcp
  2. 安装依赖并构建: npm install npm run build
  3. 配置环境变量: 创建 .env 文件并填写OAuth和API密钥信息。
  4. 启动服务: 使用 Claude Desktop 或 Goose Desktop 配置运行 build/index.js
  5. 测试功能:
    • 访问 http://localhost:5173 进行调试。
    • 使用沙盒账户登录 Cerner/Epic 测试数据交互。
  6. 常见问题: 如果端口 3456 被占用,请运行以下命令释放: kill -9 $(lsof -t -i:3456)