langcare-mcp-fhir

langcare/langcare-mcp-fhir
★ 30 stars Go 🤖 AI/LLM Updated 7d ago
Enterprise-grade MCP Server for FHIR-based EMRs, designed for robust deployments in agentic AI platforms.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langcare-mcp-fhir": {
      "command": "go",
      "args": [
        "run",
        "github.com/langcare/langcare-mcp-fhir@latest"
      ]
    }
  }
}