★ 399 stars
TypeScript
🤖 AI/LLM
Updated 17d ago
AI agent security scanner. Detect vulnerabilities in agent configurations, MCP servers, and tool permissions. Available as CLI, GitHub Action, ECC plugin, and GitHub App integration. 🛡️
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentshield": {
"command": "npx",
"args": [
"-y",
"affaan-m/agentshield"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agentshield npx -y affaan-m/agentshield
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentshield": {
"command": "npx",
"args": [
"-y",
"affaan-m/agentshield"
]
}
}
}
📋 Copy
Topics
ai-agent anthropic claude-code hackathon mcp opus security