Skip to content
VS Code

PackageGuard for VS Code

io.github.dankaten/packageguard

x402-gated safety checker for npm/PyPI packages before you npm install / pip install.

client:VS Code transport:streamable-http tools:1

Install PackageGuard in VS Code

.vscode/mcp.json

{
  "servers": {
    "packageguard": {
      "type": "http",
      "url": "https://packageguard-k4s4.onrender.com/mcp"
    }
  }
}

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

What VS Code can do once it is connected

PackageGuard in other clients