AI Agent Governance Toolkit โ Policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for autonomous AI agents. Covers 10/10 OWASP Agentic Top 10.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-governance-toolkit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agent-governance-toolkit"
]
}
}
}