← Back to Plugins
MCP Server MCP

ROOT MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/omazapa/root-mcp:1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/omazapa/root-mcp:1.0.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Optional: use host network",
          "value": "host",
          "type": "named",
          "name": "--network"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...