โจ KDB - The Kindly Debugger โจ Give your AI the superpower of traveling back in time to find what went wrong and fix the timeline. ๐ Website โข ๐ Start Free โข Follow the prompts to sign in with Google and auto-configure your MCP client. Add to your MCP client config (Claude Code, Cursor, etc.): That's it! ๐ Ask your AI: "Debug my crashing program" Time-travel debugging for AI workflows. Step forw
Add this skill
npx mdskills install kindly-software/kdb@kindly-software? Sign in with GitHub to claim this listing.Well-documented time-travel debugger with clear setup and useful MCP tools for AI-assisted debugging
1<p align="center">2 <img src="kdb_transparent.png" alt="Kindly Debugger" width="120" height="120" style="border-radius: 50%"/>3</p>45<h1 align="center">โจ KDB - The Kindly Debugger โจ</h1>67<p align="center">8 <strong>Give your AI the superpower of <span style="color: #FFD700;">traveling back in time</span> to find what went wrong and fix the timeline.</strong>9</p>1011<p align="center">12 <a href="https://www.kindly.software">๐ Website</a> โข13 <a href="https://www.kindly.software/#signup">๐ Start Free</a> โข14 <a href="https://www.kindly.software/#docs">๐ Docs</a>15</p>1617---1819## ๐ Quick Start (30 seconds)2021### Option 1: One-Line Setup22```bash23npx -p @kindly-software-inc/kdb kdb-configure --auto24```25Follow the prompts to sign in with Google and auto-configure your MCP client.2627### Option 2: With License Key28```bash29npx -p @kindly-software-inc/kdb kdb-configure --auto --license "YOUR-LICENSE-KEY"30```3132### Option 3: Manual Config33Add to your MCP client config (Claude Code, Cursor, etc.):34```json35{36 "mcpServers": {37 "kdb": {38 "command": "npx",39 "args": ["@kindly-software-inc/kdb"]40 }41 }42}43```4445**That's it!** ๐ Ask your AI: *"Debug my crashing program"*4647---4849## โฑ๏ธ What It Does5051**Time-travel debugging for AI workflows.** Step forward. Step backward. Debug as if the bug never existed.5253| Feature | Description |54|---------|-------------|55| โช **Step Backward** | Rewind execution to find root causes |56| โฉ **Step Forward** | Resume from any checkpoint |57| ๐ฏ **Breakpoints** | Hardware-level with hit counting |58| ๐ **Stack Traces** | SIMD-accelerated unwinding |59| ๐ **Audit Trail** | Hash-chain integrity for compliance |6061---6263## ๐ How It Works6465```66โโโโโโโโโโโโโโโโโโโ MCP โโโโโโโโโโโโโโโโโโโ67โ Your Machine โโโโโโโโโโโโโโโบโ Kindly Server โ68โ (any OS) โ โ (Linux x86_64) โ69โ โ โ โ70โ Claude Code โ โ ๐ฎ Time-Travel โ71โ Cursor โ โ ๐ฏ Breakpoints โ72โ Any AI โ โ ๐ Analysis โ73โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ74```7576**No local installation.** Works on macOS, Windows, Linux via MCP.7778---7980## ๐ท๏ธ Pricing8182| Tier | Price | Sessions |83|------|-------|----------|84| ๐ **Hobby** | Free | 5/month (unlimited during 7-day trial!) |85| ๐ **Pro** | $19/mo | 100/month + unlimited time-travel |86| ๐ง **Engineer** | $49/mo | 500/month + memory replay + LSH bug search |87| ๐ฅ **Teams** | $129/mo | 2,000/month + team audit logs |88| ๐ข **Enterprise** | Custom | Unlimited + SOX/SOC2/GDPR/HIPAA compliance |8990**[Start Free โ](https://www.kindly.software/#signup)**9192---9394## ๐ ๏ธ MCP Tools9596Your AI gets these debugging superpowers:9798- `debugger_attach` - Connect to a process99- `debugger_set_breakpoint` - Set breakpoints100- `debugger_continue` - Resume execution101- `debugger_step_forward` - Step forward102- `debugger_step_backward` - โช Step backward in time103- `debugger_get_stack_trace` - Get stack trace104- `debugger_get_variables` - Read memory105- `debugger_export_trace` - Export execution trace106107---108109## ๐ฌ Example110111**You:** "My Rust program crashes at runtime. PID is 12345"112113**AI:**114```115I'll attach and debug that for you.116117๐ Attached to process 12345118๐ธ Captured snapshot119๐ Stack trace shows crash at unwrap() on None in process_data()120121The issue is at line 47 in src/main.rs. Here's the fix:122[code suggestion]123```124125---126127## ๐ Support128129- ๐ [kindly.software](https://www.kindly.software)130- ๐ [Documentation](https://www.kindly.software/#docs)131- ๐ฌ [Discord](https://discord.gg/kindly) *(coming soon)*132133---134135<p align="center">136 <strong>Built with ๐ by <a href="https://www.kindly.software">Kindly Software</a></strong>137</p>138
Full transparency โ inspect the skill content before installing.