Fail-closed human approval gates for AI agent actions, as an MCP server. Default-deny, TTL, audit log.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"approval-gate-mcp": {
"command": "npx",
"args": [
"-y",
"itcustomsolution/approval-gate-mcp"
]
}
}
}
Run in terminal:
claude mcp add approval-gate-mcp npx -y itcustomsolution/approval-gate-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"approval-gate-mcp": {
"command": "npx",
"args": [
"-y",
"itcustomsolution/approval-gate-mcp"
]
}
}
}