Virtual Care MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to listen on locally; the platform supplies the production port. | 3000 |
| LIVEKIT_URL | No | Optional LiveKit signalling endpoint; remote servers require wss:. | |
| VISIT_STORE | No | Storage backend: sqlite, memory, or firestore. | sqlite |
| LIVEKIT_API_KEY | No | LiveKit API key, set with LIVEKIT_URL. | |
| PUBLIC_BASE_URL | No | The exact public HTTPS origin when deploying. | http://localhost:<PORT> |
| LIVEKIT_API_SECRET | No | LiveKit API secret, set with LIVEKIT_URL. | |
| VISIT_DATABASE_PATH | No | Path for SQLite database. | .local/visits.sqlite |
| FIRESTORE_COLLECTION | No | Firestore collection name. | visits |
| FIRESTORE_PROJECT_ID | No | Required when VISIT_STORE=firestore; credentials come from the service identity. | |
| FIRESTORE_DATABASE_ID | No | Firestore database ID. | (default) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues