Skip to content
Cline

CAST Imaging MCP Server for Cline

io.github.cast-extend/imaging-mcp-server

MCP server exposing CAST Imaging software architecture insights to AI agents

client:Cline transport:stdio runtime:oci

Install CAST Imaging MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "imaging-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/castimaging/imaging-mcp-server:3.0.4"
      ],
      "env": {
        "HOST_CONTROL_PANEL": "<HOST_CONTROL_PANEL>",
        "PORT_CONTROL_PANEL": "<PORT_CONTROL_PANEL>",
        "SERVICE_HOST": "<SERVICE_HOST>",
        "MCP_SERVER_PORT": "<MCP_SERVER_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

CAST Imaging MCP Server in other clients