Back to Apps

MedGraphAI
Supports UIby chencyan21
Multi-agent medical assistant for Q&A, RAG, and medical image analysis with human review.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
MedGraphAI is a specialized medical assistant that routes requests between a general medical conversation flow, a RAG pipeline for knowledge-base queries, a web search flow for time-sensitive info, and an image analysis pipeline for X-rays and MRIs.
Tools
medical_qa: Routed medical question answering.medical_rag: Knowledge retrieval using Qdrant vector store.medical_web_search: Time-sensitive web retrieval via Tavily.image_analysis: Classification and screening for chest X-rays, skin lesions, and brain MRIs.
Installation
Since this is a multi-agent system using FastAPI and Chainlit, it typically runs as a standalone service. To integrate as an MCP server, you would wrap the FastAPI endpoints:
{
"mcpServers": {
"medgraph-ai": {
"url": "http://localhost:8000/mcp"
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run python app.pyInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Ensure the FastAPI server is running and add the URL to claude_desktop_config.json





