pypi guardrlystdioMITupdated 4mo ago
mcp-name: io.github.fishcoco-code/guardrly-mcp
What can you do with guardrly mcp?
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.
Install
Add guardrly mcp to your client. Pick the one you use.
claude mcp add guardrly -- uvx guardrlycodex mcp add guardrly -- uvx guardrlyamp mcp add guardrly -- uvx guardrly{
"mcpServers": {
"guardrly": {
"command": "uvx",
"args": [
"guardrly"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"guardrly": {
"command": "uvx",
"args": [
"guardrly"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"guardrly","command":"uvx","args":["guardrly"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"guardrly": {
"command": "uvx",
"args": [
"guardrly"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"guardrly": {
"command": "uvx",
"args": [
"guardrly"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"guardrly": {
"command": "uvx",
"args": [
"guardrly"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"guardrly": {
"type": "local",
"command": "uvx",
"args": [
"guardrly"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"guardrly": {
"command": {
"path": "uvx",
"args": [
"guardrly"
]
}
}
}
}Add to your Zed `settings.json`.
uvx guardrlyRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation15/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 137 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.3Latest | Apr 17, 2026 |