featherless
featherless
TypeScript-сервер MCP FHIR R4, совместимый с SHARP-on-MCP, с клиническими панелями мониторинга MCP-UI. Работает на Cloudflare Workers.
Родственный проект sharp-fhir-mcp (Python, FastMCP 2.x). Те же семантики SHARP, тот же набор инструментов, те же визуализации Chart.js в MCP-UI — переписано на TypeScript для edge-вычислений.
Что включено
Ядро
Транспорт SHARP HTTP через SDK Cloudflare
agents(McpAgent, сессии на базе Durable Objects)Контекст на основе заголовков (
X-FHIR-Server-URL,X-FHIR-Access-Token,X-Patient-ID) с резервным использованием утверждений SMART JWTСтрогий и разрешительный режимы контекста
Возможность
experimental.fhir_context_required, внедряемая вinitialize
Инструменты (паритет с sharp-fhir-mcp)
tools/fhir.ts— общий поиск/чтение FHIR R4tools/clinical.ts— Пациент / Визит / Прием / Аллергия / Лекарства / Проблемаtools/lab-imaging.ts— Наблюдение / Диагностический отчет / Ссылка на документtools/clinical-context.ts— агрегированный контекст визита с производными оповещениямиtools/memory.ts— клиническая память на базе Cloudflare Vectorize + Workers AI + D1tools/visualization.ts— панели мониторинга MCP-UI Chart.js (visualize_lab_trend,visualize_vitals,visualize_patient_dashboard)
Related MCP server: sharp-on-fhir-mcp
Начало работы
pnpm install
# create the Vectorize index (once)
pnpm wrangler vectorize create featherless-memory --dimensions=768 --metric=cosine
# create the D1 database (once), put the id into wrangler.jsonc
pnpm wrangler d1 create featherless-memory-meta
pnpm db:migrate:remote
# develop
pnpm devКонтекст SHARP
Передавайте эти заголовки при каждом вызове tools/call:
Заголовок | Назначение |
| Базовый URL FHIR R4 |
| Токен доступа OAuth2/SMART (Bearer опционально) |
| Опционально; используется, если отсутствует утверждение |
Лицензия
MIT.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.
- mcpOAuthcom.medplum
Securely access and manage FHIR healthcare data stored in Medplum.
Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant.
Read and write patients, facilities, medical documents, and consolidated FHIR records in Metriport.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables seamless integration with FHIR APIs for healthcare applications, allowing users to search, retrieve, create, update, and analyze clinical information through natural language interactions. Supports SMART-on-FHIR authentication and works with various healthcare systems like EPIC and HAPI FHIR servers.-
- AlicenseNot gradedqualityCmaintenanceA clean-room SHARP-on-MCP compliant FHIR R4 MCP server that enables AI agents to interact with any FHIR R4 endpoint using SHARP context headers, without server-side OAuth. It provides clinical tools, lab results, imaging, and interactive MCP-UI dashboards.MIT

LangCare MCP FHIR Serverofficial
AlicenseNot gradedqualityDmaintenanceEnterprise-grade MCP Server for FHIR-based EMRs. Enables AI agents to read, search, create, and update any FHIR R4 resource across major EHR systems like EPIC, Cerner, and OpenEMR.14753MIT- AlicenseNot gradedqualityCmaintenanceEnables AI applications to query and retrieve healthcare data (patients, conditions, observations, medications) from a public FHIR R4 server via MCP tools.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TerminallyLazy/featherless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server