langcare mcp fhir for Zed
io.github.langcare/langcare-mcp-fhir
An MCP FHIR server written in Go for EMR systems like Epic and Cerner
client:Zed
transport:stdio
runtime:npm
Install langcare mcp fhir in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"langcare-mcp-fhir": {
"command": "npx",
"args": [
"-y",
"@langcare/langcare-mcp-fhir"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs