Search DevTools

Jump to any tool or page

Appendix

Unexplored

Physician-reviewed medical opinions and prescriptions for AI agents.

appendixhealth2 stars0 forksAI & Agents
View source

Install

mcp_config.json

{
  "mcpServers": {
    "com-appendix-appendix": {
      "url": "https://mcp.appendix.com/mcp",
      "type": "streamable-http"
    }
  }
}

Documentation

Appendix MCP Server

Appendix turns any AI health conversation into a physician-reviewed opinion, with a prescription if you need one.

Your agent writes a medical encounter summary, submits it through our API, and a real doctor signs off.

Use the Appendix MCP server to search medical literature, submit clinical encounters, and receive clinical guidance and prescriptions from board-certified physicians. Learn more at appendix.com.

Installation

Claude Code

claude mcp add --transport http appendix https://mcp.appendix.com/mcp

Claude Desktop / Claude Web Connectors

Add to your Claude Desktop config (claude_desktop_config.json) or Claude.ai custom-connector form:

{
  "mcpServers": {
    "appendix": {
      "url": "https://mcp.appendix.com/mcp"
    }
  }
}

Other clients

ClientURL
Claude Code, Claude Desktop, Claude.ai connectorshttps://mcp.appendix.com/mcp
Anthropic Messages API (mcp_servers)https://mcp.appendix.com/mcp

The server speaks Streamable HTTP only — the current MCP spec transport (2025-03-26).

Available Tools

ToolDescription
search_knowledge_baseSearch medical literature and treatment guidelines
submit_encounterSubmit a clinical letter for physician review
list_conditionsList available conditions and medications

Development

npm install
npm run build
npm start

Watch mode:

npm run dev

Environment Variables

VariableDefaultDescription
API_BASE_URLhttps://api.appendix.comAppendix API base URL
PORT3001HTTP listener port

Endpoints

MethodPathPurpose
GET/healthRender health probe
POST GET DELETE/mcpStreamable HTTP transport (stateless mode)

Sourced from the repository README.

More in AI & Agents