Disk Insights
БесплатноНе проверенA read-only MCP server that reports largest files, folder sizes, and disk usage, running locally without any data leaving your machine.
Описание
A read-only MCP server that reports largest files, folder sizes, and disk usage, running locally without any data leaving your machine.
README
Ask Claude Desktop "what's eating my disk space?" — and get a real answer.
A tiny, read-only Model Context Protocol server. It reports your largest files and most bloated folders. It never deletes, moves, or modifies anything, and wide scans are time-bounded so they return useful results instead of hanging.
Runs 100% locally. Nothing leaves your machine.
What it does
| Tool | What you ask Claude | What you get |
|---|---|---|
largest_files |
"What are the biggest files in my Downloads?" | Top N files by size |
folder_sizes |
"Which folders in my home dir are biggest?" | Sub-folders ranked by total size |
disk_usage |
"How full is my disk?" | Total / used / free for the volume |
All read-only. All offline.
Install (2 minutes)
Requirements: Python 3.10+ and the Claude Desktop app.
pip install "mcp[cli]"
Download disk_insights_mcp.py from this repo, then add it to your Claude Desktop
config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"disk-insights": {
"command": "python3",
"args": ["/full/path/to/disk_insights_mcp.py"]
}
}
}
Restart Claude Desktop. Then just ask: "What's taking up space in my Downloads folder?"
A ready-to-edit claude_desktop_config.example.json is included.
Why read-only?
Disk cleanup tools that can delete files are exactly the tools you don't want an LLM driving unsupervised. This server only reports. You stay in control of what to remove.
Want the rest?
Disk Insights is one server from the MCP Starter Kit — a set of local-first servers for Claude Desktop, all MIT licensed:
- Doc Search — index a folder and search across everything, including the text inside PDFs and DOCX, fully offline (SQLite FTS5, no gigabyte model to download).
- Obsidian Vault — read/write/search/link notes in a local Obsidian vault.
- Git Companion — status, diffs, log, blame, and drafts real commit messages (commits require explicit confirm, never pushes).
- Plus File Manager, Web Scraper, SQLite, PDF Export and Notes in the original kit.
One-click installers for macOS/Linux/Windows, clean uninstaller, full docs: https://kuhnrichard.gumroad.com/l/kpllrc
Everything is MIT — you can always build your own from servers like this one.
License
MIT © Richard Kuhn — blog.kuhn.or.at
Установка Disk Insights
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rikuhn/mcp-disk-insightsFAQ
Disk Insights MCP бесплатный?
Да, Disk Insights MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Disk Insights?
Нет, Disk Insights работает без API-ключей и переменных окружения.
Disk Insights — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Disk Insights в Claude Desktop, Claude Code или Cursor?
Открой Disk Insights на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Disk Insights with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
