← Back to Plugins
MCP Server MCP

TacticalRMM

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx trmm-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "trmm-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your TacticalRMM backend, e.g. https://api.example.com",
          "isRequired": true,
          "format": "string",
          "name": "TRMM_API_URL"
        },
        {
          "description": "TacticalRMM API key bound to a read-only role. Used for all reads.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRMM_READONLY_API_KEY"
        },
        {
          "description": "TacticalRMM API key permitted to execute. Only needed for elevate or command mode, and only used after an approval is granted.",
          "format": "string",
          "isSecret": true,
          "name": "TRMM_COMMAND_API_KEY"
        },
        {
          "description": "readonly (default, 20 read tools), elevate (adds 8 execution tools, each requiring out-of-band human approval), or command (execution with no gate).",
          "format": "string",
          "default": "readonly",
          "name": "TRMM_MCP_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...