Skip to content
VS Code

mcpwatch for VS Code

io.github.lazymac2x/mcpwatch

Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.

client:VS Code transport:stdio runtime:npm

Install mcpwatch in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcpwatch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-mcp"
      ]
    }
  }
}

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

mcpwatch in other clients