Back to browse
GitHub Repository

Audit MCP servers, skills, and CLAUDE.md bloat eating your Claude Code context window.

31 starsPython

Unclog – find and fix Claude Code context bloat

by tomchill·Apr 19, 2026·3 points·0 comments

AI Analysis

●●SolidSolve My ProblemDark HorseShip It

Reclaims wasted context tokens by auditing MCPs and skills before you type.

Strengths
  • Live MCP probing calculates actual tool schema token costs accurately.
  • Snapshot-based restoration ensures reversible changes without risking broken local configurations.
  • Interactive TUI picker makes curating unused skills and hooks frictionless.
Weaknesses
  • Tightly coupled to Claude Code ecosystem; useless if you switch agents.
  • No automated suggestions for which specific MCPs are redundant versus unused.
Target Audience

Heavy Claude Code users, AI agent developers

Similar To

Webpack Bundle Analyzer · pip-autoremove · Disk Cleanup

Post Description

I've been using Claude Code heavily for a few months and kept adding MCPs, skills, hooks, and CLAUDE.md files along the way. Ran a measurement recently and found I was burning 16k tokens of context before typing a single message.

I built unclog to surface this. It scans ~/.claude, shows you what's eating your context window and how much, then lets you selectively remove things. Every change is reversible — it snapshots before touching anything.

uv tool install unclog

unclog

Feedback welcome — especially edge cases from setups heavier than mine.

Similar Projects

Security●●Solid

MCP-scan – security scanner for MCP server configs

Catches typosquatting and leaked secrets in MCP configs before deployment.

Solve My ProblemShip It
AbanoubRodolf
102mo ago
Security●●Solid

MCP-scan – Security scanner for MCP server configs

First security scanner for MCP configs as the protocol gains adoption.

Niche GemShip It
AbanoubRodolf
102mo ago