Back to Apps

GrandmaCare
by goodpeopleagi
Health care companion that transforms daily chats and prescription scans into a connected medical knowledge graph.
0 stars
Works in:claude
Exposes:Tools
What it does
GrandmaCare is an AI-powered health companion designed for elderly patients and caregivers. It uses Cognee to turn scattered daily health updates, medication scans, and symptoms into a structured medical knowledge graph, allowing doctors and caregivers to query longitudinal health history and detect potential drug interactions.
Tools
remember: Saves dated, third-person health facts to the knowledge graph.recall: Answers history, medication, and safety questions using only stored memory.save_interaction: Files a summarized visit-note of the conversation for medical review.search: Performs graph and vector search over the patient's health record.list_data: Lists the current state of the health record.cognify_status: Checks if the health record is up to date.
Installation
As this is a complex system requiring a backend, configure the cognee-mcp proxy in your claude_desktop_config.json:
{
"mcpServers": {
"grandmacare": {
"command": "uvx",
"args": ["cognee-mcp"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop via MCP proxy.
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"grandmacare": {
"command": "uvx",
"args": ["cognee-mcp"]
}
}
}





