mri-mcp

becklabs/mri-mcp

3.1

If you are the rightful owner of mri-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MRI MCP is a server designed for interacting with patient MRI data, facilitating efficient data management and analysis for radiologists.

MRI MCP

MCP server for interacting with patient MRI data.

Example "radiologist agent" prompt given in .

Start the server with:

uv run scripts/mcp_start.py

Ingests MRI data organized in the following directory structure:

data/
  <series_name>/
     <frame_0>.png
     ...
     <frame_i>.png
  ...