disk-clean-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_summaryA | Scan a directory (read-only) to summarize total size, files, dirs. Supports ignore globs and depth limits. |
| by_typeC | Top file extensions by total size. |
| top_dirsC | Heaviest directories under root (by aggregate file size). |
| top_filesB | Largest files with optional filters (size, age, glob include/exclude). |
| stale_candidatesC | Large and old files (read-only suggestions). |
| duplicate_candidatesC | Groups of files with identical size and content hash (read-only). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool addresses a distinct aspect of disk analysis: summary, file types, directories, largest files, stale files, and duplicates. There is no overlap in their purposes, making selection unambiguous.
All names use snake_case and are descriptive, but the grammatical pattern varies: scan_summary is verb-noun, by_type is preposition-noun, and top_dirs/stale_candidates are noun phrases. Despite this, the style is predictable and easy to navigate.
With six tools, the set is well-scoped for a disk analysis server. Each tool covers a specific common need without excess overlap or bloat.
The tools cover the primary read-only analysis workflows: overall summary, type breakdown, directory hotspots, largest files, stale candidates, and duplicates. However, the server name suggests cleaning, yet no deletion or move actions are provided, leaving a minor gap for actual cleanup.