Open-source clinical AI agent tooling from DrVibe.ai — built by physicians, for the physician-builder community. These are the reusable, non-proprietary pieces that power the DrVibe skills platform: MCP servers, PHI-minimization, and (soon) the skill catalog + plugin marketplace.
⚠️ Important. These tools are educational/workflow infrastructure. They are not medical advice, not a medical device, and come with no warranty. They query public, non-PHI data sources only — never put protected health information into a query or a third-party model without appropriate agreements and safeguards. See DISCLAIMER.md.
Short explainers — built with HyperFrames, voiced with ElevenLabs. Click a file to play it on GitHub.
| Video | What it shows |
|---|---|
| What DrVibe Skills are, how you drop them into Claude / Codex / Cursor / Hermes, and the open stack. | |
| Practice-management plugin: finances, operations, HIPAA-readiness, research, patient education — ships the clinical-data MCP. | |
| Six ward commands — notes, differentials, case presentations, evidence, I-PASS handoffs, procedures. PGY-adaptive. | |
| Live access to 15 free public clinical + genetic data sources, from any agent — no API key. | |
| Five front-office skills — education, recall, membership nurture, review responses, visit summaries. | |
| The longevity practice-in-a-box: 7 workflows, 15 clinical+genetic databases, evidence grading, deterministic checks. Claude + Codex. |
| Package | What it does |
|---|---|
@drvibeai/clinical-apis-mcp |
An MCP server exposing free public clinical/biomedical APIs as tools: ClinicalTrials.gov v2, PubMed, Europe PMC (incl. medRxiv/bioRxiv preprints), openFDA, RxNorm, ICD-10-CM, MedlinePlus, NPI Registry. |
@drvibeai/phi-guard |
A PHI-minimization toolkit for agents: a BAA compliance gate + local redact/rehydrate so patient identifiers never reach a non-BAA model. Risk reduction — not certified de-identification. |
# install (workspaces) npm install # run the live API smoke test (hits each free endpoint once) npm test -w @drvibeai/clinical-apis-mcp # run the offline phi-guard tests npm test -w @drvibeai/phi-guard
Wire the MCP into any MCP host (Claude Desktop/Code, Codex, Cursor, Gemini) — see the package README for the .mcp.json snippet. Optional free API keys (NCBI_API_KEY, OPENFDA_API_KEY) raise rate limits.
The drvibe.ai education + skills platform is a separate, private product. It consumes these open packages (e.g. npx -y @drvibeai/clinical-apis-mcp) rather than vendoring them, so the tools have their own release cadence and can be used by anyone.
- ✅
clinical-apis-mcp— free public clinical data, one MCP. - ✅
phi-guard— agent PHI-minimization. - ⏭️
skills— the public healthcare Agent-Skill catalog + format spec + build tooling. - ✅
marketplace.json— Claude Code plugin marketplace (/plugin marketplace add DrVibeAI/agent-tools).
This repo is also a Claude Code plugin marketplace:
/plugin marketplace add DrVibeAI/agent-tools /plugin install the-ai-physician@drvibeai /plugin install the-ai-resident@drvibeai
- the-ai-physician — practice-management toolkit (research, finances, operations, HIPAA-readiness, patient education).
- the-ai-resident — resident toolkit (notes, differentials, case prep, evidence, I-PASS handoffs, procedures).
Both ship the @drvibeai/clinical-apis-mcp server preconfigured for live clinical data.
- CONTRIBUTING.md — dev setup and PR guidelines.
- SECURITY.md — report vulnerabilities privately; never include PHI.
Apache-2.0 © DrVibe.ai