Skip to content
VS Code

Hares — MCP security scanner for VS Code

io.github.alialrikabi313/hares

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

client:VS Code transport:stdio runtime:npm

Install Hares — MCP security scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "hares": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alihashim313/hares"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hares — MCP security scanner in other clients