Loading MCP server directory, please wait...
Every Tactical RMM endpoint as a typed command, plus an offline SQLite mirror and cross-entity
npx @getmcp/cli add io.github.Servosity/tactical-rmm-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
TACTICAL_RMM_BASE_URLBase URL of your Tactical RMM API host, e.g. https://api.rmm.example.com. It is the api.* hostname from your Tactical RMM install, not the web UI hostname. The shipped default points at an example host.
TRMM_API_KEYSet the TRMM_API_KEY credential for the Tactical RMM MCP server.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/tactical-rmm-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/tactical-rmm-v0.1.2/tactical-rmm-mcp.mcpb",
"env": {
"TACTICAL_RMM_BASE_URL": "",
"TRMM_API_KEY": ""
}
}
}
}