tacticalrmm-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tacticalrmm-mcp-serverlist all agents with their status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@nightsquawktech/tacticalrmm-mcp-server
Simple Model Context Protocol server for self-hosted TacticalRMM instances.
Feasibility
TacticalRMM exposes a Django REST Framework API used by its Vue frontend. API keys are sent with the X-API-KEY header, and TacticalRMM endpoints require trailing slashes. API keys bypass 2FA and inherit the permissions of the TacticalRMM user selected when the key is created.
This first pass is intentionally read-only. Command and script endpoints such as /agents/<agent_id>/cmd/ and /agents/<agent_id>/runscript/ are not exposed yet because they execute code on managed endpoints.
Related MCP server: Velociraptor MCP Server
Tools
tacticalrmm_get_server_inforeads/core/version/and/core/dashinfo/.tacticalrmm_list_clientsreads/clients/.tacticalrmm_list_agentsreads/agents/with optional filters.tacticalrmm_get_agentreads/agents/<agent_id>/.tacticalrmm_list_agent_softwarereads/software/<agent_id>/.tacticalrmm_list_sitesreads/clients/sites/.tacticalrmm_list_agent_servicesreads/services/<agent_id>/.tacticalrmm_list_win_updatesreads/winupdate/<agent_id>/.tacticalrmm_list_alertsqueries/alerts/using TacticalRMM's alert filter payload.tacticalrmm_list_checksreads/checks/.tacticalrmm_list_agent_checksreads/agents/<agent_id>/checks/.tacticalrmm_get_check_historyqueries/checks/<check_id>/history/using TacticalRMM's history filter payload.tacticalrmm_list_tasksreads/tasks/.tacticalrmm_list_agent_tasksreads/agents/<agent_id>/tasks/.tacticalrmm_list_scriptsreads/scripts/.tacticalrmm_list_policiesreads/automation/policies/.tacticalrmm_list_agent_historyreads/agents/<agent_id>/history/.tacticalrmm_list_agent_notesreads/agents/<agent_id>/notes/.tacticalrmm_list_pending_actionsreads/logs/pendingactions/.tacticalrmm_list_agent_pending_actionsreads/agents/<agent_id>/pendingactions/.tacticalrmm_get_custom_fieldsreads/core/customfields/.tacticalrmm_get_audit_logsqueries/logs/audit/using TacticalRMM's audit-log filter payload.
Setup
Configure your MCP client to run the server with npx:
{
"mcpServers": {
"tacticalrmm": {
"command": "npx",
"args": ["-y", "@nightsquawktech/tacticalrmm-mcp-server"],
"env": {
"TACTICALRMM_BASE_URL": "https://api.your-instance.example.com",
"TACTICALRMM_API_KEY": "your-api-key"
}
}
}
}Environment variables
Variable | Required | Description |
| Yes | Base URL of your TacticalRMM API host, e.g. |
| Yes | TacticalRMM API key, sent as |
| No | HTTP request timeout in milliseconds, default |
Development
npm install
npm run dev
npm run buildThe server uses stdio by default for local MCP clients. Use stderr for logs so stdout remains reserved for MCP protocol messages.
License
Licensed under the GNU AGPL v3.0. Free for personal and open-source use.
Organizations that cannot comply with the AGPL can purchase a commercial license. See COMMERCIAL.md or contact hello@nightsquawk.tech.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NightSquawk/tacticalrmm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server