ROOT MCP Server✓
io.github.omazapa/root-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.omazapa/root-mcp",
"description": "ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).",
"title": "ROOT MCP Server",
"repository": {
"url": "https://github.com/omazapa/root_mcp_server",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://github.com/omazapa/root_mcp_server",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}