Silent-Handoff

Prasad1-S/Silent-Handoff
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server that integrates with FHIR R4 EHR systems to generate structured, clinical-grade patient handoff briefs using Groq's LLaMA 3.3 70B.
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": {
    "silent-handoff": {
      "command": "uvx",
      "args": [
        "silent-handoff"
      ]
    }
  }
}

Or install with pip: pip install silent-handoff

README Excerpt

Silent Handoff is a Model Context Protocol (MCP) server designed to automate the generation of clinical shift handoff summaries. By directly interfacing with a FHIR (Fast Healthcare Interoperability Resources) server, this tool fetches live patient data (including conditions, medications, labs, and vitals), performs an LLM-powered triage, and synthesizes a structured, highly actionable brief for incoming medical personnel.

Tools (2)

generate_handoff_briefpip

Topics

fhirgroqmcp-server