DICOM/HL7/FHIR Interoperability MCP Server for Zed
io.github.nyxtoolsdev/dicom-hl7-mcp-server
Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
client:Zed
transport:stdio
runtime:pypi
Install DICOM/HL7/FHIR Interoperability MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dicom-hl7-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<DICOM_HL7_LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs