🛡️ The security firewall for AI agent tools & MCP servers (Claude, GPT-5.6, Gemini 3.7, Antigravity, Cursor, Codex, Hermes). Catch command injection, secret theft & toxic flows in <50ms. 100% offline Rust SAST + 1-click auto-fix + SARIF.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentshield": {
"command": "cargo",
"args": [
"run",
"--",
"agentshield"
]
}
}
}
Run in terminal:
claude mcp add agentshield cargo run -- agentshield
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentshield": {
"command": "cargo",
"args": [
"run",
"--",
"agentshield"
]
}
}
}
Topics
ai-agentsai-securityclaudeclaude-codecode-scanningcrewaigithub-actionslangchainlanggraphmcpmcp-servermodel-context-protocoloffline-firstopenai-agents-sdkrust