{
  "markdown": "# mcp-folder-scout\n\nAsk Claude what's in a folder, what's gone stale, and where the space went.\n\nPoints at one folder on your machine and reports names, sizes, and dates. It cannot read file contents, and it cannot move or delete anything.\n\n```\n> What's in my Downloads folder, and what haven't I opened in over a year?\n```\n\n```\n771 files, 43.0 GB. Video is 96% of it.\n\nNot opened in over a year: 102 files, 15.3 GB, almost all of it\nvideo — Barclay lake (27 clips, ~12 GB) and Big (2 clips, 2.5 GB).\nIf those are backed up elsewhere, they're the obvious candidates.\n\n76 files matched identity, legal, tax, or medical naming and were\nexcluded from the suggestions above.\n```\n\n## Install\n\n```bash\nclaude mcp add --scope user folder-scout -- uvx mcp-folder-scout\n```\n\nFor Claude Desktop, add this to `claude_desktop_config.json` and restart:\n\n```json\n{\n  \"mcpServers\": {\n    \"folder-scout\": {\n      \"command\": \"uvx\",\n      \"args\": [\"mcp-folder-scout\"]\n    }\n  }\n}\n```\n\nThe config file lives at `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS and `%APPDATA%\\Claude\\claude_desktop_config.json` on Windows.\n\nRequires [uv](https://docs.astral.sh/uv/) and Python 3.10+. Works with any MCP client.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `scan_folder` | Rollup of a folder: type breakdown, age bands, largest subfolders. |\n| `list_files` | Individual files filtered by age, size, type, or subfolder. |\n\nBoth return metadata only.\n\n## What it will not do\n\n**It cannot delete, move, or rename anything.** There is no write path in the code. Suggestions go to you; you act on them yourself in Finder.\n\n**It cannot read your files.** Only names, sizes, and timestamps leave your machine.\n\n**It will not recommend removing your documents.** Files and folders matching identity, legal, tax, or medical naming — passport, visa, W2, insurance, marriage, deed, and others — are counted in the totals and marked, but never offered as cleanup candidates. That protection inherits downward, so a file called `scan1.pdf` inside `Passport Renewal/` is covered too.\n\nCloud-synced folders (iCloud, Dropbox, OneDrive) are skipped rather than handled, because their sizes and timestamps are meaningless on disk. System folders, app bundles, and build directories are skipped too. Every scan reports what it excluded.\n\n## Known limits\n\nLast-access time is a hint, not a fact. Spotlight, backups, and antivirus can all bump it, and some volumes stop tracking it entirely. When the server detects that access times aren't being maintained, it says so and falls back to modified dates.\n\nOld and untouched describes archived tax records as accurately as it describes junk. That's what the protected list is for, and it will not catch everything. Review before you delete.\n\nAPFS clones and hard links share blocks on disk. Files sharing an inode are counted once, so totals don't double-count, but deleting one copy of a cloned file may free less than its listed size.\n\nScans stop at 50,000 files and descend three levels by default. Results are cached for five minutes; pass `refresh` to force a rescan.\n\nScreenshot piles and near-duplicate images are not detected yet. Exact-duplicate detection is planned.\n\n## License\n\nMIT\n\nmcp-name: io.github.dharani0804/mcp-folder-scout\n\nmcp-name: io.github.dharani0804/mcp-folder-scout\n",
  "bytes": 3328,
  "sha": "9e9dc9e9be64b0f54d3411f86eb3e7c83b859563ba5348b83194cb637df15b8e",
  "repo_slug": "dharani0804/mcp-folder-scout",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dharani0804_mcp_folder_scout_1668e292/readme"
}