TrigGuard for Cursor
io.github.trigguard-ai/trigguard
Deterministic execution authorization for AI agents and automated systems.
client:Cursor
transport:stdio
runtime:npm
Install TrigGuard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trigguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trigguard/mcp"
],
"env": {
"TRIGGUARD_API_KEY": "<TRIGGUARD_API_KEY>",
"TRIGGUARD_ORG_ID": "<TRIGGUARD_ORG_ID>",
"TRIGGUARD_GATEWAY_URL": "<TRIGGUARD_GATEWAY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs