streamable-httpupdated 2mo ago
Appendix turns any AI health conversation into a physician-reviewed opinion, with a prescription if you need one.
Appendix 能做什么?
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) |
安装
把 Appendix 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http appendix https://mcp.appendix.com/mcpcodex mcp add appendix --url https://mcp.appendix.com/mcp{
"mcpServers": {
"appendix": {
"url": "https://mcp.appendix.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"appendix": {
"type": "http",
"url": "https://mcp.appendix.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"appendix": {
"url": "https://mcp.appendix.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"appendix": {
"serverUrl": "https://mcp.appendix.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 个工具
Appendix 向已连接的智能体提供 3 个工具。
- 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
评分
59 / 100
尚可
- 文档18/25
- 维护16/25
- 可信度9/20
- 能力4/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 81 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.0最新 | 2026年6月2日 |