devtool
Save Context from MCP Bloat
This is a very crude Python script attempting to extract code context via hardcoded comment patterns, but its utility is too niche and its implementation fragile.
3.0Overall
Utility3
Onboarding4
Craft3
Niche fit3
Longevity2
Five dimensions scored independently; overall is a weighted average. Scores are only comparable within this same rubric.
Good for
Developers who need to manually extract code blocks marked with specific comment patterns from a very particular codebase (e.g., Minecraft Coder Pack).
Not for
Anyone looking for general code analysis, refactoring, or context management tools.
Project description
github.com
Alternatives
grepIDE code foldingcustom AST parsers