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).
We read the source, 20 h ago · rules 3dff92dd89df
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.
subprocess.run(
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.
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.
MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio.
Discourse MCP CLI server (stdio) exposing Discourse tools via MCP
MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports.
MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport
Next.js development tools MCP server with stdio transport
Forge Space MCP server for UI and backend generation via stdio transport.
MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio.
MCP server wrapping Codex CLI for stdio-based tool calls.
Answers built from our own checks of this server.