Skip to main content
Developer ToolsTypeScript

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.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/milos-product-maker/context-rot-detection

Claude Desktop configuration example:

{
  "mcpServers": {
    "context-rot-detection": {
      "command": "npx",
      "args": [
        "-y",
        "context-rot-detection"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
milos-product-maker