Skip to content
Grok

guardrly mcp for Grok

io.github.fishcoco-code/guardrly-mcp

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

client:Grok transport:stdio runtime:pypi

Install guardrly mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

guardrly mcp in other clients