★ 52 stars
Rust
🔒 Security
Updated 6d ago
Cache Commander — a TUI and MCP server to explore, audit, and clean developer cache directories. Scan for CVEs, find outdated packages, reclaim disk space. Supports pip, npm, Cargo, HuggingFace, Homebrew, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cache-commander": {
"command": "cargo",
"args": [
"run",
"--",
"cache-commander"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cache-commander cargo run -- cache-commander
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cache-commander": {
"command": "cargo",
"args": [
"run",
"--",
"cache-commander"
]
}
}
}
📋 Copy
Topics
cache cargo cli cve developer-tools disk-space huggingface linux macos npm package-manager pip rust security supply-chain-security