Cli
Freeby MCP Community
Security firewall for AI agents — intercept MCP tool calls, enforce policies, block attacks
v0.1.1Added Apr 12, 2026
agent-wallmcpai-securityfirewallproxy
Cli MCP Server
Security firewall for AI agents — intercept MCP tool calls, enforce policies, block attacks
Installation
npx -y @agent-wall/cli
Reviews
Installation
Quick install
npx -y @agent-wall/cli
Add to claude_desktop_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": ["-y", "@agent-wall/cli"]
}
}
}