âš 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
npx mdskills install kindly-software/kdbRelated
@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.