Guard
Freeby MCP Community
MCP runtime security proxy — intercepts and enforces security policies on MCP tool calls
v0.2.3Added Apr 12, 2026
mcpsecurityproxyguardtool-poisoning
Guard MCP Server
MCP runtime security proxy — intercepts and enforces security policies on MCP tool calls
Installation
npx -y @aiclude/mcp-guard
Reviews
Installation
Quick install
npx -y @aiclude/mcp-guard
Add to claude_desktop_config.json
{
"mcpServers": {
"guard": {
"command": "npx",
"args": ["-y", "@aiclude/mcp-guard"]
}
}
}