Skip to content
VS Code

Mund — MCP Security Scanner for VS Code

io.github.tyox-all/mund

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

client:VS Code transport:stdio runtime:npm

Install Mund — MCP Security Scanner in VS Code

.vscode/mcp.json

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

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

Mund — MCP Security Scanner in other clients