Skip to main content
Glama
YoruichiYams

DevGuard-MCP

by YoruichiYams

🛡️ DevGuard-MCP

DevGuard-MCP is a fast, local, deterministic developer workspace auditor, safe cleaner, and Model Context Protocol (MCP) server.

✨ Features

  • 🔍 Workspace Auditing: Detects reclaimable build artifacts, dependencies, and caches (node_modules, .venv, .pytest_cache, __pycache__, target/, build/, dist/, logs).

  • 🔒 Security & Hygiene Check: Identifies untracked/exposed .env files and potential secret leaks.

  • 🗑️ Safe Cleanup: Built-in safety mechanisms with dry-run previews, recycle bin / trash quarantine (send2trash), and protected system path verification.

  • 📊 Rich CLI: Aesthetic terminal user interface built with Typer and Rich (tables, progress bars, colored summaries).

  • 🤖 MCP Server: Native Model Context Protocol (FastMCP) support to let AI assistants (Claude, Cursor, Antigravity, etc.) audit and clean development workspaces safely.

Related MCP server: opzyai

🚀 Quick Start

Installation

python -m pip install -e .

CLI Usage

# Scan current workspace
devguard scan

# Audit secrets and .env files
devguard audit

# Clean artifacts (with dry-run preview by default)
devguard clean --dry-run

# Clean specific artifacts to Recycle Bin
devguard clean --type node_modules --trash

MCP Server Usage

Run the MCP server locally over stdio:

devguard-mcp
A
license - permissive license
A
quality
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Local-first security check for AI coding agents — finds hardcoded secrets, exposed .env files, git-history leaks and vulnerable dependencies (OSV), entirely on your machine. Ask your agent "is this safe to ship?" and get a Launch Readiness score with a fix for every finding.
    MIT

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YoruichiYams/devguard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server