mcpbeat Sign in

ROOT MCP Server

local only

ROOT MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Nov 2025.

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

Installs / week
not published
1
Stars
0 open issues
24 Nov 2025
Last commit
from GitHub
BSD-2-Clause
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command format.py:5
    subprocess.run(
Executes code built at runtime root_mcp_server/executor.py:64
                exec(code, self.globals_dict)  # pylint: disable=exec-used

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to ROOT MCP Server

same job, measured the same way
Platter
by hadriangateway

MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio.

local only
Discourse
by discourse

Discourse MCP CLI server (stdio) exposing Discourse tools via MCP

2 380 installs/wk local only
Serial MCP
by qarnet

MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports.

local only
T2000
by mission69b

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport

1 156 installs/wk local only
Next Devtools MCP
by vercel

Next.js development tools MCP server with stdio transport

101 037 installs/wk local only
UI MCP
by forge-space

Forge Space MCP server for UI and backend generation via stdio transport.

96 installs/wk local only
Signet MCP Tools
by prismer-ai

MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio.

52 installs/wk local only
Codex MCP Go
by w31r4

MCP server wrapping Codex CLI for stdio-based tool calls.

60 installs/wk local only

ROOT MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for ROOT MCP Server?
ROOT MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is ROOT MCP Server open source?
Yes — it is published under the BSD-2-Clause licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.