Skip to content
VS Code

TRIGGERcmd for VS Code

io.github.rvmey/triggercmd

Run commands on your computers remotely with TRIGGERcmd.

client:VS Code transport:streamable-http

Install TRIGGERcmd in VS Code

.vscode/mcp.json

{
  "servers": {
    "triggercmd": {
      "type": "http",
      "url": "https://www.triggercmd.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

TRIGGERcmd in other clients