DICOM/HL7/FHIR Interoperability MCP Server for Windsurf
io.github.nyxtoolsdev/dicom-hl7-mcp-server
Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
client:Windsurf
transport:stdio
runtime:pypi
Install DICOM/HL7/FHIR Interoperability MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<DICOM_HL7_LICENSE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs