MCP Directory
Back

gargantua

by inceptyon-labs · Swift · ★ 72

Native macOS system cleaner with YAML-driven safety rules, local AI explainability via MLX, and an MCP server for agent-controlled cleanup workflows.

#agpl#cleaner#macos#mcp#mlx#model-context-protocol#swift#swiftpm

Install

git clone https://github.com/inceptyon-labs/gargantua.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "gargantua": {
      "command": "npx",
      "args": [
        "-y",
        "github:inceptyon-labs/gargantua"
      ]
    }
  }
}

From the README

Gargantua Gargantua is a native macOS cleaner for developers and power users. It scans common cache, build-artifact, duplicate-file, and app-remnant locations, classifies findings by risk, explains why each item is considered safe or risky, and only removes files through explicit user-controlled flows. The project is built as a Swift Package with four executables: - : the SwiftUI macOS app - : a local Model Context Protocol server for automation-driven scans and guarded cleanups - : a launchd-driven background runner used by Scheduled Scans - : an SMAppService/XPC helper for…
Read full README on GitHub →

Related ai & ml servers