Loading MCP server directory, please wait...
MCP server exposing CAST Imaging software architecture insights to AI agents
npx @getmcp/cli add io.github.CAST-Extend/imaging-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
HOST_CONTROL_PANELCAST Imaging Control Panel hostname or IP
SERVICE_HOSTHostname or IP of the machine running the MCP server
HOST_CONTROL_PANELCAST Imaging Control Panel hostname or IP
SERVICE_HOSTHostname or IP of the machine running the MCP server
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.CAST-Extend/imaging-mcp-server": {
"command": "docker",
"args": [
"{MCP_SERVER_PORT}:8282",
"run",
"-i",
"--rm",
"-e",
"HOST_CONTROL_PANEL",
"-e",
"PORT_CONTROL_PANEL",
"-e",
"SERVICE_HOST",
"-e",
"MCP_SERVER_PORT",
"docker.io/castimaging/imaging-mcp-server:3.0.3"
],
"env": {
"HOST_CONTROL_PANEL": "",
"PORT_CONTROL_PANEL": "",
"SERVICE_HOST": "",
"MCP_SERVER_PORT": "8282"
}
}
}
}