doctor-claude
Verified Safeby gholtzap
Overview
Provides Claude Code with access to peer-reviewed medical information from trusted sources and acts as an educational diagnostic medical expert.
Installation
claude mcp add --transport stdio doctor-claude -- node $(pwd)/build/index.jsSecurity Notes
The server primarily interacts with trusted external medical information sources (medlineplus.gov, ncbi.nlm.nih.gov) via HTTP requests, with explicit domain validation to prevent arbitrary URL fetching. Local file system interaction is limited to managing a user-specific patient profile. There are no clear instances of 'eval', hardcoded secrets, or direct arbitrary command execution based on user input. The `@modelcontextprotocol/sdk` uses `cross-spawn` internally, but this server does not leverage it directly. The main security considerations would involve potential vulnerabilities in web scraping (cheerio library) or the external sites themselves, though these are well-established government/medical domains.
Similar Servers
medical-mcp
Provides comprehensive, real-time medical data from authoritative sources to enhance AI workflows locally and privately.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.
claude-code-factchecker
AI-powered fact-checking and research assistant for long-form content, verifying factual claims, citations, and generating comprehensive reports.
Claude_GPT_MCP
Allows Claude Code users to query over 200+ other AI models via OpenRouter for tasks like code review, second opinions, and architectural feedback, without leaving their coding environment.