Skip to content

Agent Security Scanner

Free

by MCP Community

Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1700+ vulnerability rules with AS

v4.2.0Added Apr 12, 2026
mcpmodel-context-protocolclaudeopencodekilocode
Works with:ClaudeGPTGeminiCopilot

Agent Security Scanner MCP Server

Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1700+ vulnerability rules with AS

Installation

npx -y agent-security-scanner-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y agent-security-scanner-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "agent-security-scanner": {
      "command": "npx",
      "args": ["-y", "agent-security-scanner-mcp"]
    }
  }
}