Governance firewall for autonomous AI agents. Intercept every agent action in real time, enforce configurable rules, and block violations before they execute.
概要
Gateplex is a real-time governance firewall for autonomous AI agents. Every agent action is intercepted, checked against your configurable rules, and blocked or flagged before it executes. One API call, any LLM, any framework, zero code changes.
Tools:
log_intercept — Send an intercept event to Gateplex for any agent action get_feed — Retrieve the latest intercepts for your project check_guardrails — List active guardrail rules for your project
Get started at gateplex.ai
サーバー設定
{
"mcpServers": {
"gateplex": {
"command": "npx",
"args": [
"smithery",
"mcp",
"add",
"gateplex/gateplex"
]
}
}
}