repo-guardian

hyperpolymath/repo-guardian
★ 0 stars Rust File System Updated 1d ago
Repo guardian: MCP server and filesystem layer. Combined eviction of mcp-repo-guardian + repo-guardian-fs per #492.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "repo-guardian": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "repo-guardian"
      ]
    }
  }
}