Human-in-the-Loop authorization gateway for AI Agents. Securely pause MCP workflows and route high-risk actions to human approvers via Slack or Email.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vantagate-mcp-server": {
"command": "npx",
"args": [
"-y",
"Aderix/vantagate-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vantagate-mcp-server npx -y Aderix/vantagate-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vantagate-mcp-server": {
"command": "npx",
"args": [
"-y",
"Aderix/vantagate-mcp-server"
]
}
}
}