Hermes Plugin: healthcare
Portable Agent Plugins v1 package bundling the healthCare MCP engine
(healthcare-mcp, PyPI healthCare)
— local-first personal health records with an encrypted on-device Vault — together
with the healthcare workflow skill (English authoritative + SKILL.zh-CN.md
translation variant).
mcp.jsonlaunches the server viauvx --from healthCare==0.2.0 healthcare-hermes— pinned to an immutable PyPI release; the pin is the only update path. Needs Python 3.11+ and macOS (agent pairing uses the macOS Keychain).- Zero-config first run:
healthcare-hermescreates the encrypted Vault (random passphrase in a 0600 file), starts the local unix-socket daemon, pairs a local agent (token in Keychain only), then serves stdio MCP — all state under${PLUGIN_DATA}(HEALTHCARE_HOME). - 24 scoped tools: vitals, medications, activities, emotions, sleep, encounters, diagnosis mentions, medication plans, reminders, trends, timelines, visit summaries, source evidence.
- Some tool line names exceed 64 chars (e.g.
mcp__agent_plugin_healthcare_<hash8>__hc__health_profile_observation_series) and are hash-truncated by the host; functionality is unaffected (same mechanism as other catalog plugins).
Privacy summary
Health data never leaves the device: AES-GCM encrypted Vault, local unix-socket IPC,
agent tokens in the macOS Keychain, tamper-evident audit chain, approval-gated
deletion. Zero network by default — the only optional network path is a
user-configured LLM endpoint for assisted report import
(HEALTHCARE_LLM_API_KEY/HEALTHCARE_LLM_ENDPOINT), off unless explicitly set.
The engine repository is a personal-data-free extract of a private monorepo:
src/ and tests/ carried over unchanged and verified free of personal
identifiers across the full git history.