Odel
agent security scanner mcp

agent security scanner mcp

Local
@sinewaveai121JavaScriptMITUpdated 3w ago

Security layer for AI agents: blocks prompt injection, detects fake packages, scans vulnerabilities.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagent-security-scanner-mcpv2.0.1

Run

npx -y agent-security-scanner-mcp

MCP client config

{
  "mcpServers": {
    "agent-security-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-security-scanner-mcp"
      ]
    }
  }
}