Run the MCP server in Docker
-
Add an entry like this under mcpServers in claude_desktop_config.json, or mcp.json for VS Code:
"triggercmd": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "TRIGGERCMD_TOKEN", "rvmey/triggercmd-mcp" ], "env": { "TRIGGERCMD_TOKEN": "your triggercmd token" } },
This is the docker image: https://hub.docker.com/r/rvmey/triggercmd-mcp
This is the github repo: https://github.com/rvmey/triggercmd-mcp-stdio