Skip to content

Releases: LemmaLemming/disk-inventory-mcp

v0.1.0 — Read-only macOS CLI and MCP preview

Choose a tag to compare

@LemmaLemming LemmaLemming released this 12 Sep 09:24

First read-only macOS preview: native CLI and local stdio MCP server in one executable.

  • Bounded background scans, cancellation, and explicit allowed roots.
  • Largest-file/folder queries, pagination, and file-extension breakdowns.
  • Logical and allocated-byte accounting with hard-link deduplication.
  • Explicit incomplete-scan reporting for permissions, limits, and skipped filesystems.
  • No file-content reads, deletion tools, telemetry, or scan-cache writes.

Install from source with Homebrew:

brew install LemmaLemming/tap/disk-inventory-mcp
disk-inventory scan ~/Downloads --json

Requires macOS 13+. Downloads include a universal Intel/Apple Silicon binary, MCP bundle, full source archive, registry metadata, and SHA256SUMS. Binaries are ad-hoc signed, not Developer ID signed or Apple notarized. See README for local MCP configuration and accounting limitations: allocated bytes are not reclaimable bytes, APFS clones/snapshots are not deduplicated, and partial totals are not complete disk usage.

Validation: black-box fixture integration tests passed on Apple Silicon and Intel via Rosetta; official MCP Python SDK 1.26.0 interoperability passed; GitHub CI passed. No personal directories were scanned. GPL-3.0-or-later; new Swift implementation informed by Disk Inventory X, not an official upstream release.