gurgl

nurbanasaurus/gurgl
★ 1 stars Rust File System Updated 8d ago
Local-first egress hygiene for MCP servers: capture, diff, and allowlist what your AI-agent tools contact on the network.
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": {
    "gurgl": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gurgl"
      ]
    }
  }
}

README Excerpt

**Local-first egress hygiene for the MCP servers you run.** gurgl captures what an MCP server contacts on the network, diffs that across versions, and emits least-privilege allowlists you can enforce with tools you already run. It exists to answer one question you can't easily answer today: > **When I install or update an MCP server, does it start talking to somewhere new?**

Topics

ai-agentscliegressmcprustsecuritysupply-chain