ctx-manager

saturnarians/ctx-manager
★ 0 stars Python Code/Dev Tools Updated 2d ago
Provider-agnostic context reduction CLI + MCP server for multi-language agentic development
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ctx-manager": {
      "command": "uvx",
      "args": [
        "ctx-manager"
      ]
    }
  }
}

Or install with pip: pip install ctx-manager