context-stable-token-optimizer

nate-hunter-sb/context-stable-token-optimizer
★ 0 stars Python 🤖 AI/LLM Updated today
Context-Stable Token Optimization Layer (CSTOL) — MCP server for Claude Code that compacts tool output, manages file handles, and saves session checkpoints
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-stable-token": {
      "command": "uvx",
      "args": [
        "context-stable-token-optimizer"
      ]
    }
  }
}

Or install with pip: pip install context-stable-token-optimizer