ROOT MCP Server for Zed
io.github.omazapa/root-mcp
ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).
client:Zed
transport:stdio
runtime:oci
Install ROOT MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"root-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/omazapa/root-mcp:1.0.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs