Skip to content
VS Code

MCP Gateway Scan for VS Code

io.github.willianpinho/mcp-gateway-scan

Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions.

client:VS Code transport:stdio runtime:npm

Install MCP Gateway Scan in VS Code

.vscode/mcp.json

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

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

MCP Gateway Scan in other clients