Skip to content
Cursor

ROOT MCP Server for Cursor

io.github.omazapa/root-mcp

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

client:Cursor transport:stdio runtime:oci

Install ROOT MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ROOT MCP Server in other clients