Tokenectomy Sentinel - AI Debugger & MCP Server for Cursor & Claude

πŸ‘‘ Tokenectomy Sentinel (Pro Edition) β€” Enterprise AI Debugging CLI & MCP Server > **Stop burning money sending 40K+ tokens of `node_modules` stacktraces to Claude and GPT-4o. Stop AI hallucinations from silently breaking your codebase.** **Tokenectomy Sentinel (Pro Edition)** is the high- performance Rust CLI and Model Context Protocol (MCP) server engineered for professional developers and autonomous AI coding agents (Claude Desktop, Cursor, Cline, Antigravity). It surgically removes framework noise from error logs, validates syntax in-memory, prevents AI scope creep, and autonomously tests and applies fixes. --- ### πŸ“¦ What You Get in This Download - **Pre-compiled Native Binaries** (Zero dependencies, instant setup): - 🐧 Linux (`tkmy` & `tokenectomy-pro` x86_64) - 🍏 macOS Apple Silicon (`tkmy` & `tokenectomy- pro` arm64) - πŸͺŸ Windows (`tkmy.exe` & `tokenectomy-pro.exe` x86_64) - **🎁 BONUS: 2 Exclusive Enterprise Agent Skills ($49 Value, Included Free)**: - 🚨 **SRE Incident Commander** (Autonomous production crash triage, OOM 137 forensics & 5-Whys RCA) - πŸ—ΊοΈ **Refactor Sentinel** (Multi-file blast radius analyzer with zero regressions) - **Full Commercial License** for personal & commercial project use. - **Direct MCP Server Integration** for Claude Desktop, Cursor, and Google Antigravity. - **Lifetime Updates** for v1.x. --- ## πŸ†“ Open Source vs πŸ‘‘ Pro Edition | Feature | Tokenectomy OSS | Tokenectomy Sentinel (Pro) | |---|:---:|:---:| | Smart Framework Filter | βœ… | βœ… | | Stack Overflow Integration | βœ… | βœ… | | SHA-256 Response Cache (24h TTL) | βœ… | βœ… | | Secret Redaction (ReDoS-safe) | βœ… | βœ… | | Anti-Hardcode Secret Shield | βœ… | βœ… | | AST Syntax Validation (Tree-sitter) | βœ… | βœ… | | MCP Server Mode (Claude / Cursor / Antigravity) | βœ… | βœ… | | Multi-Provider (OpenAI, Anthropic, Ollama) | βœ… | βœ… | | Hermes-Style Terminal UI | βœ… | βœ… | | **Auto-Fixer** (AI patch β†’ one-keypress apply) | ❌ | **βœ… Included** | | **AST Smart Healer** (auto-repairs missing brackets/syntax) | ❌ | **βœ… Included** | | **Code Integrity Guard** (Anti-Halu & Anti-Ngide / Scope Creep) | ❌ | **βœ… Included** | | **Test Verification Loop** (auto-rollback on test failure) | ❌ | **βœ… Included** | | **Multi-File Atomic Transactions** | ❌ | **βœ… Included** | | **Time Machine Undo Engine** (1-sec revert via `tkmy --undo`) | ❌ | **βœ… Included** | | **True Ectomy Engine** (Deep 99% log surgery with tiktoken) | ❌ | **βœ… Included** | | **DB Inspector** (Live TCP port probe for Postgres/MySQL/Redis) | ❌ | **βœ… Included** | | **Docker Diagnostics** (Container crash & OOMKilled 137 probe) | ❌ | **βœ… Included** | | **Jira Sync** (Auto-create High Priority bug tickets via REST) | ❌ | **βœ… Included** | | **`--benchmark` Suite** (Reproducible token economics proof) | ❌ | **βœ… Included** | | **SRE Incident Commander Skill** (OOM 137 triage & 5-Whys RCA) | ❌ | **βœ… Included** | | **Refactor Sentinel Skill** (Zero-regression blast radius refactor) | ❌ | **βœ… Included** | --- ## πŸ“Š Verified Benchmark (tiktoken `cl100k_base`) Run `tkmy --benchmark` yourself to reproduce these numbers: | Scenario | Raw Tokens | After Ectomy | Saved | Reduction | |---|---:|---:|---:|:---:| | **Node.js Express Crash** | 38,000 | 62 | 37,938 | **99%** | | **Python Django REST API** | 40,500 | 10,500 | 30, 000 | **74%** | | **Rust Panic (tokio)** | 42,700 | 22,300 | 20,400 | **47%** | | **Next.js SSR Hydration** | 58,300 | 74 | 58,226 | **99%** | | **Python PyTorch CUDA OOM** | 43,800 | 8,800 | 35, 000 | **79%** | | **TOTAL (5 scenarios)** | **223,300** | **41,736** | **181,564** | **81%** | ### πŸ’° Real ROI: Team of Developers (2,000 errors/month) - **Without Tokenectomy**: ~89.3M tokens/mo = **$446.52/month ($5,358/year)** - **With Tokenectomy Pro**: ~16.7M tokens/mo = **$83.53/month ($1,002/year)** - **Your Net Savings**: **$4,355.90 every year** for a one-time $9 purchase. --- ## ⚑ Quick Start (Ready in 30 seconds) ### 1. Install to your PATH - **Linux & macOS**: ```bash chmod +x tkmy sudo mv tkmy /usr/local/bin/ β€’ Windows (PowerShell as Administrator): Move-Item .\tkmy.exe C:\Windows\System32\ ### 2. Activate License Activate using your unique Gumroad license key (from your purchase receipt/email): tkmy --activate <YOUR_GUMROAD_LICENSE_KEY> (Verifies once with Gumroad, then caches locally. All subsequent CLI and MCP invocations run with 0ms latency offline). ### 3. Connect MCP to Your AI Agent β€’ Claude Desktop (claude_desktop_config.json): { "mcpServers": { "tokenectomy-pro": { "command": "tkmy", "args": ["--mcp"] } } } β€’ Cursor (.cursor/mcp.json): { "mcp": { "servers": { "tokenectomy-pro": { "command": "tkmy", "args": ["--mcp"] } } } } β€’ Antigravity: agy mcp add tokenectomy-pro -- tkmy --mcp ────── Looking for the free community edition? Check out Tokenectomy OSS on GitHub https://github.com/daffa2555/Tokenectomy. ---