AgentGate
Rank #5,851io.github.agentkitai/agentgate
Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.
AgentGate is a Model Context Protocol (MCP) server published by amitpaz1. It ranks #5,851 of 132,113 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. AgentGate is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 6, 2026 and most recently updated on Jun 26, 2026.
Ranks ahead of 126,262 of 132,113 servers on MCP Toplist.
Use AgentGate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentgate -- npx -y @agentkitai/agentgate-mcp[mcp_servers.agentgate]
command = "npx"
args = ["-y", "@agentkitai/agentgate-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.agentkitai%2Fagentgate)<a href="https://mcptoplist.com/server/io.github.agentkitai%2Fagentgate"><img src="https://mcptoplist.com/badge/io.github.agentkitai%2Fagentgate.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
amitpaz1
Other servers by amitpaz1
View all amitpaz1 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.0.3 | Jun 26, 2026 |
| 0.0.2 | Jun 22, 2026 |
Frequently asked questions
- Who maintains AgentGate?
- AgentGate is maintained by amitpaz1, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AgentGate listed on the Official MCP Registry?
- Yes — AgentGate is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does AgentGate have?
- MCP Toplist tracks 2 versions of AgentGate, most recently published on Jun 26, 2026.
- Where can I find the source code for AgentGate?
- The source code for AgentGate is hosted at github.com/amitpaz1/agentgate.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.