ROOT MCP Server for Gemini CLI
io.github.omazapa/root-mcp
ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).
client:Gemini CLI
transport:stdio
runtime:oci
Install ROOT MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"root-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/omazapa/root-mcp:1.0.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs