Skip to content
Cline

ROOT MCP Server for Cline

io.github.omazapa/root-mcp

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

client:Cline transport:stdio runtime:oci

Install ROOT MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "root-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/omazapa/root-mcp:1.0.0"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ROOT MCP Server in other clients