Skip to content
Zed

guardrly mcp for Zed

io.github.fishcoco-code/guardrly-mcp

Non-invasive AI Agent monitoring — audit every API call to Shopify, Meta Ads, and more

client:Zed transport:stdio runtime:pypi

Install guardrly mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "guardrly-mcp": {
      "command": "uvx",
      "args": [
        "guardrly"
      ],
      "env": {
        "GUARDRLY_API_KEY": "<GUARDRLY_API_KEY>",
        "GUARDRLY_API_URL": "<GUARDRLY_API_URL>",
        "HMAC_SECRET": "<HMAC_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

guardrly mcp in other clients