CAST Imaging MCP Server for Zed
io.github.cast-extend/imaging-mcp-server
MCP server exposing CAST Imaging software architecture insights to AI agents
client:Zed
transport:stdio
runtime:oci
Install CAST Imaging MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs