Zyrax Guard MCP Server

Audit your AI agent configs before you run them. Catch the prompt injection, malicious MCP servers, and credential-exfil hiding in the files that steer your AI - CLAUDE.md, .mcp.json, agent settings, skills - and vet the packages they pull in. In milliseconds. Nothing leaves your machine. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 2 · #73 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Zyrax Guard

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add tiagosilva07-zyrax-guard -- npx -y zyrax-guard

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package zyrax-guard - unscoped; check the name against the project README before installing

registry namespace io.github.tiagosilva07 is GitHub-verified and matches the repo owner

03 · What Zyrax Guard can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.13.0 · 2026-08-06

add Go modules as a fourth ecosystem · refresh issue templates, add PR template and agent/skill docs · bring screen-recording demo script up to date · Go modules ecosystem, repo hardening, demo refresh · fix roadmap…

v0.12.0 · 2026-07-23

reduce suspicious-install false positives, add repo-context + allow --reason · v0.12.0

v0.11.1 · 2026-07-08

v0.11.1 - Windows upgrade parity via scoop · Windows was the only platform without a working zyrax-guard upgrade. Fixed. · Added · Scoop bucket - install the signed release binary on Windows: · powershell · scoop…

04 · Who maintains Zyrax Guard

Zyrax Guard is maintained by tiagosilva07. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
security - ranked #73 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-06)
registry
io.github.tiagosilva07/zyrax-guard (active, first published 2026-06-24 · 9 versions)
packages
npm:zyrax-guard

06 · Zyrax Guard FAQ

What is Zyrax Guard?

Audit your AI agent configs before you run them. Catch the prompt injection, malicious MCP servers, and credential-exfil hiding in the files that steer your AI - CLAUDE.md, .mcp.json, agent settings, skills - and vet the packages they pull in. In milliseconds. Nothing leaves your machine. It runs locally over stdio via the published package.

Is Zyrax Guard still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Zyrax Guard?

Run `npx -y zyrax-guard`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Zyrax Guard run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Zyrax Guard

More security MCP servers · Raven Nest MCP · Hound · NeuroDock (hosted) · Scopeblind MCP · Trestle

More Go MCP servers · Tickstem MCP Server · Tiger MCP · Devrag · Helmdeck · Trip2g · see all