Ambient Patient Companion
Description
A daily AI pipeline that generates synthetic patient health data via FastMCP skills and serves it through an ambient companion UX — One Big Thing score, behavioral check-ins, and a provider panel — built in three Claude Code sessions.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Ambient Patient Companion
**The interface is not designed. It is derived.** `S = f(R, C, P, T)`
A production multi-agent AI health system that continuously generates the optimal clinical interface as a mathematical function of four dynamic variables — Role, Context, Patient State, and Time. Built on Next.js 16, FastMCP Python servers, PostgreSQL, and the Anthropic Claude API.
Get Started in 3 Steps
Connect Claude (or any MCP-compatible LLM) to a live clinical intelligence layer and explore insights from your medical reports — imported via HealthEx, your own FHIR data, or the built-in demo patient.
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
│ Step 1 │ │ Step 2 │ │ Step 3 │
│ │ │ │ │ │
│ Import this │────▶│ Get your MCP │────▶│ Add to Claude │
│ repo to Replit │ │ server URLs │ │ and explore │
│ │ │ │ │ your data │
└──────────────────┘ └──────────────────┘ └──────────────────┘
Step 1 — Import this repository to Replit
[](https://replit.com/new/github/aliomraniH/ambient-patient-companion)
Click the badge above, or do it manually:
- Go to replit.com → click Create Repl
- Choose Import from GitHub
- Paste
https://github.com/aliomraniH/ambient-patient-companion - Click Import from GitHub — the environment configures automatically
Once imported, open the **Secrets** tab (lock icon in the sidebar) and add:
| Secret name | What to put there |
|---|---|
ANTHROPIC_API_KEY |
Your Claude API key (sk-ant-...) |
OPENAI_API_KEY |
Your OpenAI key — used by the deliberation engine's GPT-4o critic |
Then start all services with one command in the Shell tab:
./start.sh
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba
Data