meds-mcp

VISTA-Stanford/meds-mcp
★ 7 stars Python 💻 Code/Dev Tools Updated today
MEDS Model Context Protocol (MCP) Server and Client
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meds-mcp": {
      "command": "uvx",
      "args": [
        "meds-mcp"
      ]
    }
  }
}

Or install with pip: pip install meds-mcp

README Excerpt

MEDS Model Context Protocol (MCP) Server and Client > [!WARNING] > **LLM Client Library**: This repository uses `secure-llm`, a private library for invoking secure LLM calls through Stanford's infrastructure. The `secure-llm` library follows the same API interface as [aisuite](https://github.com/andrewyng/aisuite), so extending this codebase to work with other approved LLM providers is technically feasible, but **not currently implemented**. PRs welcome. All demos currently require Stanford VPN

Tools (2)

REDIVIS_ACCESS_TOKENVAULT_SECRET_KEY