MCP Server
MCP
TrigGuard
Execution authorization for AI agents and automated systems.
Install
npx -y @trigguard/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@trigguard/mcp-server",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TrigGuard gateway API key (tg_live_…)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRIGGUARD_API_KEY"
},
{
"description": "Organisation id sent as X-Consumer on POST /v1/authorize",
"isRequired": true,
"format": "string",
"name": "TRIGGUARD_ORG_ID"
},
{
"description": "Execution gateway origin (default https://api.trigguardai.com)",
"format": "string",
"name": "TRIGGUARD_GATEWAY_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment