MedMemory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_medicationsA | Returns all currently active medications for the patient. Use this when the user asks what medications they are taking, what drugs they are currently on, or what their current prescriptions are. Filters out completed medication courses automatically. |
| get_lab_trendB | Returns a list of all readings for that marker, oldest first. Use this when the user asks about trends, progress, changes over time, historical readings or whether something is getting better or worse for a specific lab marker. |
| ingest_health_documentsA | Ingest a health document (PDF or image) into the MedMemory database. Use this when the user wants to add a prescription, lab report, or any medical document to their health record. Extracts medications, lab results, diagnoses, and allergies automatically using AI. Args: file_path: Absolute path to the PDF or image file to ingest. |
| get_allergiesA | Returns all recorded allergies for the patient. Call this when the user asks about:
|
| get_visit_historyB | Use this tool when asked about:
|
| get_vaccination_statusA | Returns all recorded vaccinations and flags overdue or missing ones. Use this when the user asks about:
|
| check_drug_interactionA | Check if a newly prescribed drug interacts with current medications. Use this when the user:
Args: new_drug: Name of the newly prescribed drug to check (generic or brand name) |
| generate_health_summaryA | Generate a complete health summary suitable for sharing with a new doctor. Use this when the user asks for :
No inputs needed - pulls all data from the health record automatically. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/priyanshugoel24/medmemory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server