Human Approval Gate Manager Connector for AI agents.
4 live capabilities
Control high-risk agentic workflows with human-in-the-loop approvals
Waiting for input…
Why people use Human Approval Gate Manager
Stop agent errors with Human Approval Gate Manager risk control
This MCP changes that by letting you set specific rules for different levels of danger. You can let the small stuff happen automatically while keeping a firm hand on the steering wheel for anything that actually matters. You get the speed of automation with the safety of a human supervisor.
What Vinkius changes
That you get a programmable safety switch for every sensitive action your agent takes.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Preventing destructive database commands
An agent tries to run a delete command on a production table.
- Real-world use case 02
Managing sensitive financial transfers
An automation agent identifies a payment to process.
- Real-world use case 03
Controlling customer-facing communications
An agent drafts a response to a high-value client.
Complete set · 4capabilities
The complete Human Approval Gate Manager capability set.
These are the exact actions your AI can choose when you ask it to work with Human Approval Gate Manager.
01—04
4 capabilities in this set.
Part of 4 available through Human Approval Gate Manager.
- 01 Capability
Check action status
Checks if a specific task is waiting, finished, or has timed out. This helps your agent know if it can proceed.
- 02 Capability
Refresh gate states
Updates the status of all pending tasks. It moves timed-out requests to an expired state based on your rules.
- 03 Capability
Register action
Submits a new task to the approval system. It starts the monitoring process for a specific risk level.
- 04 Capability
Submit human decision
Sends an approval or rejection for a pending task. This allows a person to manually control the agent.
Set up in minutes
One URL. Then ask Human Approval Gate Manager to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Human Approval Gate Manager from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Human Approval Gate Manager, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Human Approval Gate Manager for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Human Approval Gate Manager URL.
- Step 03
Save and start
Save the connection and enable Human Approval Gate Manager in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"human-approval-gate-manager": {
"url": "https://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Human Approval Gate Manager
Open Agent mode in chat and ask: "Using Human Approval Gate Manager, help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"human-approval-gate-manager": {
"url": "https://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Human Approval Gate Manager
Ask Copilot: "Using Human Approval Gate Manager, help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"human-approval-gate-manager": {
"url": "https://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Human Approval Gate Manager
Open Cascade and ask: "Using Human Approval Gate Manager, help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"human-approval-gate-manager": {
"url": "https://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Human Approval Gate Manager
Ask Cline: "Using Human Approval Gate Manager, help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add human-approval-gate-manager --transport http "https://edge.vinkius.com/vk_preview_scCVLFnPVCqbOLlmIVwEUYNuAqzVbQYsc8Zoq0CZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Human Approval Gate Manager
Ask Claude: "Using Human Approval Gate Manager, show me...". 4 tools are ready
Where the request belongs
Work Human Approval Gate Manager can move forward.
This is for engineers and operations leads who are moving from simple chatbots to autonomous agents that actually touch real-world data and systems.
DevOps Engineer
Ensuring an agent doesn't accidentally wipe a cloud instance or modify critical infrastructure without a second pair of eyes.
Automation Architect
Building complex agentic loops that require human oversight for financial transactions or customer-facing communications.
Product Manager
Setting the guardrails for new AI features to ensure they behave predictably in production environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsThinkific
Create and sell online courses with a platform that handles course hosting, student enrollment, and payment processing beautifully.
Timekit
Embed scheduling into your product with a white-label booking API that handles availability, time zones, and calendar sync.
Craft.io
Build product roadmaps that connect strategy to execution with visual planning capabilities your whole organization can follow.
Corpay One
Simplify business payments with automated AP processing, virtual cards, and vendor management that saves your finance team hours.
X Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Bring your own AI
Change the model, client or framework. Keep Human Approval Gate Manager connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Human Approval Gate Manager.
The practical details behind the request, access and result.
How can I use Human Approval Gate Manager to secure my AI agents?
You use it to set up checkpoints. By assigning risk levels to tasks, you can force your agent to stop and wait for your permission before it performs sensitive actions.
Can I automate certain tasks with Human Approval Gate Manager?
Yes. You can set low-risk tasks to pass through without manual intervention, allowing your agent to work autonomously on safe operations.
What happens if I don't respond to an agent's request?
You can manage this by using the built-in maintenance features to expire old requests, ensuring your agent doesn't get stuck waiting on a decision that never comes.
Is Human Approval Gate Manager compatible with Claude and Cursor?
Yes, as long as you are using an MCP-compatible client like Claude, Cursor, or Windsurf, you can connect this to your workflow immediately.
How do I handle high-risk actions in my agentic workflow?
You register those specific actions with a high risk level. This triggers a pending state that requires a human to manually approve or reject the task.
How does the risk-based approval work?
Every action is assigned a risk level. CRITICAL actions always require human intervention, while LOW, MEDIUM, and HIGH actions can be configured to auto-approve after a specific timeout using register_action rules.
Can I check if an action is still pending?
Yes, you can use the check_action_status capability to retrieve the current status, whether human input is required, and the remaining timeout duration.
What happens if a human doesn't respond in time?
If the timeout period defined in your auto-approval rules passes, the action status will transition to EXPIRED via the refresh_gate_states process.
One connection away
Give your agent a direct line to Human Approval Gate Manager.
Connect Human Approval Gate Manager once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available