mcp-server

appendixhealth/mcp-server
★ 1 stars TypeScript AI/LLM Updated 1mo ago
Appendix turns any AI health conversation into a physician-reviewed opinion, with a prescription if you need one. Remote MCP server connecting AI agents to Appendix.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "appendixhealth/mcp-server"
      ]
    }
  }
}