context-rot-detection
Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves.
Quick Start
Clone the repository:
git clone https://github.com/milos-product-maker/context-rot-detectionClaude Desktop configuration example:
{
"mcpServers": {
"context-rot-detection": {
"command": "npx",
"args": [
"-y",
"context-rot-detection"
]
}
}
}Check the repository README for specific installation and configuration instructions.