Appendix
UnexploredPhysician-reviewed medical opinions and prescriptions for AI agents.
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
| Client | URL |
|---|---|
| Claude Code, Claude Desktop, Claude.ai connectors | https://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
| Tool | Description |
|---|---|
search_knowledge_base | Search medical literature and treatment guidelines |
submit_encounter | Submit a clinical letter for physician review |
list_conditions | List available conditions and medications |
Development
npm install
npm run build
npm start
Watch mode:
npm run dev
Environment Variables
| Variable | Default | Description |
|---|---|---|
API_BASE_URL | https://api.appendix.com | Appendix API base URL |
PORT | 3001 | HTTP listener port |
Endpoints
| Method | Path | Purpose |
|---|---|---|
GET | /health | Render health probe |
POST GET DELETE | /mcp | Streamable HTTP transport (stateless mode) |
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822