Physician-reviewed medical opinions and prescriptions for AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-appendix-appendix": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Physician-reviewed medical opinions and prescriptions for AI agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for com.appendix/appendix and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
claude mcp add --transport http appendix https://mcp.appendix.com/mcp
Add to your Claude Desktop config (claude_desktop_config.json) or Claude.ai custom-connector form:
{
"mcpServers": {
"appendix": {
"url": "https://mcp.appendix.com/mcp"
}
}
}
| 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).
| 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 |
npm install
npm run build
npm start
Watch mode:
npm run dev
| Variable | Default | Description |
|---|---|---|
API_BASE_URL | https://api.appendix.com | Appendix API base URL |
PORT | 3001 | HTTP listener port |
| Method | Path | Purpose |
|---|---|---|
GET | /health | Render health probe |
POST GET DELETE | /mcp | Streamable HTTP transport (stateless mode) |