From 3268f90f51b64afd5b2a2b65477641e72c5b456f Mon Sep 17 00:00:00 2001 From: Milos Borenovic <249338601+milos-product-maker@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:32:42 +0100 Subject: [PATCH] Add context-rot-detection MCP server Adds context-rot-detection to the Developer Tools section. MCP service that gives AI agents self-awareness about their cognitive state by monitoring token utilization, quality degradation, and session fatigue. Returns health scores and recovery recommendations based on model-specific degradation curves for 15+ models. npm: https://www.npmjs.com/package/context-rot-detection GitHub: https://github.com/milos-product-maker/context-rot-detection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f26585e7..ff5b87e6 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,7 @@ Tools and integrations that enhance the development workflow and environment man - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. +- [context-rot-detection](https://github.com/milos-product-maker/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. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching.