Skip to content
Cursor

Zyrax Guard for Cursor

io.github.tiagosilva07/zyrax-guard

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

client:Cursor transport:stdio runtime:npm

Install Zyrax Guard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Zyrax Guard in other clients