Airlock Bot
Freeby MCP Community
Permissions-aware MCP gateway with human-in-the-loop approval for AI agents
v0.2.28Added Apr 12, 2026
mcpmodel-context-protocolgatewayai-agenthuman-in-the-loop
Airlock Bot MCP Server
Permissions-aware MCP gateway with human-in-the-loop approval for AI agents
Installation
Reviews
Installation
Quick install
npx -y airlock-bot
Add to claude_desktop_config.json
{
"mcpServers": {
"airlock-bot": {
"command": "npx",
"args": ["-y", "airlock-bot"]
}
}
}