mcpbeat Sign in

TacticalRMM MCP Server

by shin2344234 Your server? Claim it
local only

TacticalRMM runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from pypi. Last commit 8 Sep 2026.

Read your TacticalRMM fleet; run commands only after per-command human approval.

Installs per day peak 365 · avg 48 · -39% w/w
a month agotoday
92
Installs / week
pypi · trmm-mcp
2
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 23 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 verify_live.py:42
    out = subprocess.run(

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trmm-mcp -- uvx trmm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trmm-mcp": {
      "args": [
        "trmm-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trmm-mcp]
command = "uvx"
args = ["trmm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trmm-mcp": {
      "args": [
        "trmm-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trmm-mcp": {
      "args": [
        "trmm-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TRMM_API_URL (Base URL of your TacticalRMM backend, e.g. https://api.example.com), TRMM_READONLY_API_KEY (TacticalRMM API key bound to a read-only role. Used for all reads.), TRMM_COMMAND_API_KEY (TacticalRMM API key permitted to execute. Only needed for elevate or command mode, and only used after an approval is granted.), TRMM_MCP_MODE (readonly (default, 20 read tools), elevate (adds 8 execution tools, each requiring out-of-band human approval), or command (execution with no gate).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TacticalRMM

same job, measured the same way
A
Penholder
by penholder

Preventive human-approval write-gate for AI agents: writes commit only after a human approves.

answering
Termalin Web
by termal

Run commands and read/write files on your servers over Termalin's keyless tunnels (hosted MCP).

8 tools answering
TRIGGERcmd
by rvmey

Run commands on your computers remotely with TRIGGERcmd.

answering
Trackly SMS
by tracklysms

Connect your account, prepare US number registration, and hold SMS for human approval.

answering
Sber MCP
by ex3lite

Unofficial SberBank Online: read accounts and operations, transfer with human approval.

108 installs/wk local only
Gigamail
by adecubed

Your real mailbox and calendar for your agent (M365/IMAP); a human approves every send.

1 134 installs/wk local only
Thth
by aokings

Call before you post: ships a draft to Threads/Bluesky/Mastodon only after a person approved it.

local only
wals.pro AI 4 weclapp
by wals-ai

weclapp ERP in your AI assistant: reads instantly, writes only after a preview you approve.

answering

TacticalRMM — questions

Answers built from our own checks of this server.

Why is there no uptime for TacticalRMM?
TacticalRMM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package trmm-mcp was installed 92 times last week.
How do I connect TacticalRMM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls trmm-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use TacticalRMM?
The pypi package trmm-mcp was installed 92 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TacticalRMM open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 2 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.