Skip to content
Cursor

CAST Imaging MCP Server for Cursor

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

MCP server exposing CAST Imaging software architecture insights to AI agents

client:Cursor transport:stdio runtime:oci

Install CAST Imaging MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "imaging-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CAST Imaging MCP Server in other clients