mcp-name: io.github.fishcoco-code/guardrly-mcp
Guardrly
Website: guardrly.com
Guardrly is a non-invasive AI Agent operation monitoring layer that intercepts, records, and
alerts on every API call an AI Agent makes to external platforms - giving users full visibility
into what their Agent did, when, and why.
Features
- Visibility - Turn Agent black-box operations into a human-readable audit trail
- Protection - Alert on dangerous operations before damage is done
- Evidence - Generate structured operation logs usable as appeal evidence for banned accounts
- Compliance - PII is scrubbed at the local layer before any data reaches the cloud
Installation
curl -fsSL https://guardrly.com/install.sh | bash
iwr https://guardrly.com/install.ps1 | iex
Development Setup
poetry install
cp .env.example .env
poetry run uvicorn api.main:app --reload
License
MIT License. See LICENSE for details.