Skip to content
VS Code

Zyrax Guard for VS Code

io.github.tiagosilva07/zyrax-guard

Audit AI agent configs for prompt injection & rogue MCP servers; vet packages

client:VS Code transport:stdio runtime:npm

Install Zyrax Guard in VS Code

.vscode/mcp.json

{
  "servers": {
    "zyrax-guard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "zyrax-guard"
      ]
    }
  }
}

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

Zyrax Guard in other clients