← Back to Plugins
MCP Server MCP

io.github.fishcoco-code/guardrly-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx guardrly

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "guardrly",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Guardrly API key from app.guardrly.com/settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GUARDRLY_API_KEY"
        },
        {
          "description": "Guardrly API endpoint",
          "format": "string",
          "default": "https://api.guardrly.com",
          "name": "GUARDRLY_API_URL"
        },
        {
          "description": "Your HMAC secret from app.guardrly.com/settings MCP Configuration panel",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HMAC_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...