hospital-assistant-MCP-server

noopur-zambare/hospital-assistant-MCP-server
★ 0 stars Python 🔌 API Integration Updated today
A dual MCP-server system built with a LangGraph ReAct agent, combining external medical knowledge APIs with a local patient database for clinical lookups, ICD-10 coding, and research-backed responses.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hospital-assistant-m": {
      "command": "uvx",
      "args": [
        "hospital-assistant-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hospital-assistant-mcp-server

README Excerpt

A dual MCP-server system built with a LangGraph ReAct agent, combining external medical knowledge APIs with a local patient database for clinical lookups, ICD-10 coding, and research-backed responses. --- https://github.com/user-attachments/assets/7ac75e7d-74b0-4f79-aab3-7788b9911056 --- The project runs three components:

Tools (1)

P003