Catalog
io.github.CAST-Extend/imaging-mcp-server
OfficialCAST Imaging MCP Server
MCP server exposing CAST Imaging software architecture insights to AI agents
Exposes CAST Imaging software architecture insights to AI agents for code analysis.
README not available yet.
Install
Configuration
Environment variables
HOST_CONTROL_PANELrequiredCAST Imaging Control Panel hostname or IP
PORT_CONTROL_PANELdefault 8098CAST Imaging Control Panel port
SERVICE_HOSTrequiredHostname or IP of the machine running the MCP server
MCP_SERVER_PORTdefault 8282Internal port the MCP server container listens on
Arguments
-pdefault {MCP_SERVER_PORT}:8282-erequireddefault HOST_CONTROL_PANEL={HOST_CONTROL_PANEL}claude_desktop_config.json
{
"mcpServers": {
"imaging-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/castimaging/imaging-mcp-server:3.0.3"
],
"env": {
"HOST_CONTROL_PANEL": "<YOUR_HOST_CONTROL_PANEL>",
"PORT_CONTROL_PANEL": "8098",
"SERVICE_HOST": "<YOUR_SERVICE_HOST>",
"MCP_SERVER_PORT": "8282"
}
}
}
}