Silo-mcp

alainforce/Silo-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Silo is a high-performance MCP server bridging healthcare data silos. By integrating multiple FHIR R4 endpoints, it unifies disconnected records into an auditable master view. It leverages Gemini Flash for advanced clinical tasks—including duplicate therapy detection and care gap identification—providing AI agents with a trustworthy context.
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": {
    "silo-mcp": {
      "command": "uvx",
      "args": [
        "silo-mcp"
      ]
    }
  }
}

Or install with pip: pip install silo-mcp