Skip to content
VS Code

ExposureGuard for VS Code

io.github.exposureguard/exposureguard-mcp

Domain security scanning for AI agents. A-F grades, 8 checks, fix snippets.

client:VS Code transport:stdio runtime:pypi

Install ExposureGuard in VS Code

.vscode/mcp.json

{
  "servers": {
    "exposureguard-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "exposureguard-mcp"
      ]
    }
  }
}

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

ExposureGuard in other clients