Agent Shield
Freeby MCP Community
Firewall and audit logger for MCP agent-to-tool connections — intercept, log, and enforce policies on every tool call your AI agents make
v0.1.0Added Apr 12, 2026
mcpai-agentssecurityfirewallaudit-log
Agent Shield MCP Server
Firewall and audit logger for MCP agent-to-tool connections — intercept, log, and enforce policies on every tool call your AI agents make
Installation
npx -y @b1ttsteel/agent-shield
Reviews
Installation
Quick install
npx -y @b1ttsteel/agent-shield
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-shield": {
"command": "npx",
"args": ["-y", "@b1ttsteel/agent-shield"]
}
}
}