🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

guardrly

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guardrly

Non-invasive AI Agent operation monitoring - MCP Server

pipPyPI
Version
0.1.3
Weekly downloads
22
-40.54%
Maintainers
1
Weekly downloads
 

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

# Mac / Linux
curl -fsSL https://guardrly.com/install.sh | bash

# Windows (PowerShell)
iwr https://guardrly.com/install.ps1 | iex

Development Setup

# Install dependencies
poetry install

# Copy environment template
cp .env.example .env
# Edit .env with your credentials

# Run API server
poetry run uvicorn api.main:app --reload

License

MIT License. See LICENSE for details.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts