legacy-to-fhir-mcp-server

gdanse/legacy-to-fhir-mcp-server
★ 0 stars Python AI/LLM Updated today
An open-source, custom Model Context Protocol (MCP) server that sits on top of a mock legacy healthcare database and exposes structured, read-only tools that map fragmented records cleanly into modern FHIR resources for modern AI tooling usage.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "legacy-to-fhir-mcp-s": {
      "command": "uvx",
      "args": [
        "legacy-to-fhir-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install legacy-to-fhir-mcp-server