Odel
Hares — MCP security scanner

Hares — MCP security scanner

Local
@alialrikabi313TypeScriptMITUpdated 1w ago

Multi-layer security scanner for MCP servers and agent skills (injection, exfiltration)

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).

npm@alihashim313/haresv0.1.0

Run

npx -y @alihashim313/hares

MCP client config

{
  "mcpServers": {
    "hares-mcp-security-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "@alihashim313/hares"
      ]
    }
  }
}