Agentgate
@amitpaz1
Agentgate について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"@agentgate/mcp"
],
"env": {
"AGENTGATE_URL": "",
"AGENTGATE_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AgentGate?
AgentGate is a human-in-the-loop approval system for AI agents. It allows agents to request actions while policies decide and humans approve, deny, or ignore them. It integrates with any agent framework or Claude Desktop via a TypeScript SDK and MCP server.
How to use AgentGate?
Install dependencies with pnpm install, run database migrations, bootstrap an admin API key, and start the server and dashboard. Agents then use the SDK, MCP tools, or CLI to create approval requests, which appear in the dashboard, Slack, Discord, or email for human review.
Key features of AgentGate
- Policy engine for auto-approve, auto-deny, or human routing.
- Multi-channel approvals via Slack, Discord, email, and web dashboard.
- TypeScript SDK + MCP integration with Claude Desktop.
- Webhooks with retry and exponential backoff.
- Full audit trail for every request and decision.
- Docker-ready with one
docker-compose up. - API key authentication with fine-grained scopes and rate limiting.
Use cases of AgentGate
- Auto-approve safe actions (e.g., read operations) and auto-deny dangerous ones (e.g., delete files).
- Route production deployments to a human via Slack or email for approval.
- Maintain a complete audit trail of all agent actions and human decisions.
- Integrate Claude Desktop with MCP to gate email sending, file operations, or API calls.
- Let teams manage approval flows through a web dashboard with filtering and search.
FAQ from AgentGate
What is AgentGate?
AgentGate is a human-in-the-loop approval system for AI agents. It uses a policy engine to automatically approve safe actions, deny dangerous ones, or route requests to a human via Slack, Discord, email, or a web dashboard.
What channels can I use to approve requests?
You can approve requests through the web dashboard, Slack bot, Discord bot, or one-click links in notification emails.
How do I integrate AgentGate with Claude Desktop?
Add the @agentgate/mcp MCP server to your claude_desktop_config.json with the server URL and API key. It provides tools like agentgate_request_approval and agentgate_check_request.
What are the runtime requirements?
AgentGate requires Node.js, pnpm, and either SQLite (default) or PostgreSQL. It runs on Hono and can be deployed with Docker.
How is authentication handled?
All API requests (except /health) require a valid API key passed via the Authorization: Bearer header. API keys have scopes such as admin, request:create, request:decide, and webhook:manage.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント