io.github.PantelisGeorgiadis
dicomweb-mcp-server
DICOMweb MCP Server
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
stdiocommunityservice
Package Details
dicomweb-mcp-server
Transportstdio
Runtimenpx
Runtime Arguments
Positional
Position 0
-yEnvironment Variables
DICOMWEB_HOST(str)
Required
Base URL of the DICOMweb server (used for both QIDO-RS and WADO-RS requests).
DICOMWEB_AUTH(str)
Authentication type: 'basic' or 'bearer'. Omit for unauthenticated access.
DICOMWEB_USER(str)
Username for Basic authentication. Required when DICOMWEB_AUTH=basic.
DICOMWEB_PASS(str)
Secret
Password for Basic authentication. Required when DICOMWEB_AUTH=basic.
DICOMWEB_TOKEN(str)
Secret
Bearer token for authentication. Required when DICOMWEB_AUTH=bearer.
DICOMWEB_TIMEOUT(num)
Fetch request timeout in milliseconds. Omit to disable timeout.