Back to Home
rvmey icon

triggercmd-mcp-stdio

Verified Safe

by rvmey

Overview

Enables AI-driven control of TRIGGERcmd commands on remote computers via a Model Context Protocol (MCP) stdio server.

Installation

Run Command
docker run --rm -i -e TRIGGERCMD_TOKEN='your-actual-token' triggercmd-mcp:latest

Environment Variables

  • TRIGGERCMD_TOKEN

Security Notes

The server retrieves the TRIGGERcmd token from environment variables or a file, avoiding hardcoded secrets. It employs robust Docker security practices like running as a non-root user, using a read-only filesystem, preventing privilege escalation, and utilizing a minimal Alpine Linux base image. The core Go application does not use eval or similar dangerous functions. A minor discrepancy exists where `docker-compose.yml` includes `network_mode: none` and `tty: true`, which would prevent API calls and interfere with stdio respectively, making the container dysfunctional for its intended purpose; however, the `docker run` examples for MCP clients correctly omit these potentially problematic settings, and generally, network access to triggercmd.com is required for functionality.

Similar Servers

Stats

Interest Score24
Security Score9
Cost ClassLow
Avg Tokens250
Stars1
Forks0
Last Update2025-11-19

Tags

TRIGGERcmdMCPAutomationAI ToolsRemote Control