Back to Browse

Trmm MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Base URL of your TacticalRMM backend, e.g. https://api.example.comOptional

Environment variable: TRMM_API_URL

TacticalRMM API key bound to a read-only role. Used for all reads.Required

Environment variable: TRMM_READONLY_API_KEY

TacticalRMM API key permitted to execute. Only needed for elevate or command mode, and only used after an approval is granted.Required

Environment variable: TRMM_COMMAND_API_KEY

readonly (default, 20 read tools), elevate (adds 8 execution tools, each requiring out-of-band human approval), or command (execution with no gate).Optional

Environment variable: TRMM_MCP_MODE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-shin2344234-trmm-mcp": {
      "env": {
        "TRMM_API_URL": "your-trmm-api-url-here",
        "TRMM_MCP_MODE": "your-trmm-mcp-mode-here",
        "TRMM_COMMAND_API_KEY": "your-trmm-command-api-key-here",
        "TRMM_READONLY_API_KEY": "your-trmm-readonly-api-key-here"
      },
      "args": [
        "trmm-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!