Disk Clean Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Disk Clean Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
mcp-name: io.github.superandyfre/disk-clean-mcp
Available Languages: English | Fran?ais | 简体中文 | 繁體中文 | ??? | 日本語
A Model Context Protocol (MCP) server that analyzes local disk usage in read-only mode and suggests cleanup targets by size, type, recency, and duplicates.
ignoreGlobs, includeGlobs, maxFiles, and maxDepth to refine scope and control workload.node_modules, .git, dist, build, .cache#### Published Package (Recommended)
npm install -g disk-clean-mcp
# or use directly without installation
npx disk-clean-mcp#### Configuration for Claude Desktop
{
"mcpServers": {
"disk-clean": {
"command": "disk-clean-mcp",
"args": [],
"cwd": "/path/to/workdir"
}
}
}#### Local Development
git clone https://github.com/Superandyfre/disk-clean-mcp.git
cd disk-clean-mcp
npm install
npm run build
npm start
# or dev mode with auto-compilation
npm run devnpm install -g disk-clean-mcp / npx disk-clean-mcp), command name (disk-clean-mcp), Node >= 18, MIT license, and the tool list above.npm run build to verify compilationnpm version patch|minor|majornpm publish (requires npm login)MIT – Copyright (c) 2026 Superandyfre
<a id="fr"></a>
Un serveur Model Context Protocol (MCP) qui analyse l'utilisation du disque local en mode lecture seule et suggère des cibles de nettoyage par taille, type, récence et doublons.
ignoreGlobs, includeGlobs, maxFiles et maxDepth pour affiner la portée.node_modules, .git, dist, build, .cache#### Paquet publié (recommandé)
npm install -g disk-clean-mcp
# ou utiliser directement
npx disk-clean-mcp#### Configuration pour Claude Desktop
{
"mcpServers": {
"disk-clean": {
"command": "disk-clean-mcp",
"args": [],
"cwd": "/path/to/workdir"
}
}
}#### Développement local
git clone https://github.com/Superandyfre/disk-clean-mcp.git
cd disk-clean-mcp
npm install
npm run build
npm start
npm run dev # mode dev avec recompilation automatiqueMIT – Copyright (c) 2026 Superandyfre
<a id="zh-cn"></a>
一个 Model Context Protocol (MCP) 服务器,用于分析本地磁盘使用情况(只读模式),并按大小、类型、新旧程度和重复项建议清理目标。
ignoreGlobs、includeGlobs、maxFiles 和 maxDepth 来调整范围和控制工作负载。node_modules、.git、dist、build、.cache#### 已发布的包(推荐)
npm install -g disk-clean-mcp
# 或直接使用
npx disk-clean-mcp#### Claude Desktop 配置示例
{
"mcpServers": {
"disk-clean": {
"command": "disk-clean-mcp",
"args": [],
"cwd": "/path/to/workdir"
}
}
}#### 本地开发
git clone https://github.com/Superandyfre/disk-clean-mcp.git
cd disk-clean-mcp
npm install
npm run build
npm start
npm run dev # 开发模式,自动编译npm run build 验证编译npm version patch|minor|majornpm publish(需要 npm 登录)MIT – Copyright (c) 2026 Superandyfre
<a id="zh-tw"></a>
一個 Model Context Protocol (MCP) 伺服器,用於分析本機磁碟使用情況(唯讀模式),並按大小、類型、新舊程度和重複項建議清理目標。
ignoreGlobs、includeGlobs、maxFiles 和 maxDepth 來調整範圍和控制工作負載。node_modules、.git、dist、build、.cache#### 已發佈的套件(推薦)
npm install -g disk-clean-mcp
# 或直接使用
npx disk-clean-mcp#### Claude Desktop 設定範例
{
"mcpServers": {
"disk-clean": {
"command": "disk-clean-mcp",
"args": [],
"cwd": "/path/to/workdir"
}
}
}#### 本機開發
git clone https://github.com/Superandyfre/disk-clean-mcp.git
cd disk-clean-mcp
npm install
npm run build
npm start
npm run dev # 開發模式,自動編譯MIT – Copyright (c) 2026 Superandyfre
<a id="ko"></a>
?? ??? ???? ?? ?? ??? ???? ??, ??, ??? ? ?? ???? ?? ??? ???? Model Context Protocol (MCP) ?????.
ignoreGlobs, includeGlobs, maxFiles ? maxDepth? ???? ??? ?????.node_modules, .git, dist, build, .cache#### ??? ???(??)
npm install -g disk-clean-mcp
# ?? ?? ??
npx disk-clean-mcp#### Claude Desktop ?? ?
{
"mcpServers": {
"disk-clean": {
"command": "disk-clean-mcp",
"args": [],
"cwd": "/path/to/workdir"
}
}
}#### ?? ??
git clone https://github.com/Superandyfre/disk-clean-mcp.git
cd disk-clean-mcp
npm install
npm run build
npm start
npm run dev # ?? ???? ?? ?? ??MIT – Copyright (c) 2026 Superandyfre
<a id="ja"></a>
ローカルディスクの使用状況を読み取り専用モードで分析し、サイズ、タイプ、最新性、および重複によってクリーンアップ対象を提案するModel Context Protocol(MCP)サーバーです。
ignoreGlobs、includeGlobs、maxFiles、maxDepthを使用してスコープを調整します。node_modules、.git、dist、build、.cache#### 公開パッケージ(推奨)
npm install -g disk-clean-mcp
# または直接使用
npx disk-clean-mcp#### Claude Desktop設定例
{
"mcpServers": {
"disk-clean": {
"command": "disk-clean-mcp",
"args": [],
"cwd": "/path/to/workdir"
}
}
}#### ローカル開発
git clone https://github.com/Superandyfre/disk-clean-mcp.git
cd disk-clean-mcp
npm install
npm run build
npm start
npm run dev # 自動コンパイル付きの開発モードMIT – Copyright (c) 2026 Superandyfre
scan_summary – total size/files/dirs, optional depth and ignore globs.by_type – top extensions by total size.top_dirs – heaviest subdirectories.top_files – largest files with filters (min size, age, glob include/exclude).stale_candidates – large and old files.duplicate_candidates – groups of files with identical sizes and hashes (read-only).node_modules, .git, dist, build, .cache.ignoreGlobs / includeGlobs to refine scope.maxFiles/maxDepth to control workload.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.