✨ 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 • 📖 Docs
🚀 Quick Start (30 seconds)
Option 1: One-Line Setup
npx -p @kindly-software-inc/kdb kdb-configure --autoFollow the prompts to sign in with Google and auto-configure your MCP client.
Option 2: With License Key
npx -p @kindly-software-inc/kdb kdb-configure --auto --license "YOUR-LICENSE-KEY"Option 3: Manual Config
Add to your MCP client config (Claude Code, Cursor, etc.):
{
"mcpServers": {
"kdb": {
"command": "npx",
"args": ["@kindly-software-inc/kdb"]
}
}
}That's it! 🎊 Ask your AI: "Debug my crashing program"
⏱️ What It Does
Time-travel debugging for AI workflows. Step forward. Step backward. Debug as if the bug never existed.
| Feature | Description |
|---|---|
| ⏪ Step Backward | Rewind execution to find root causes |
| ⏩ Step Forward | Resume from any checkpoint |
| 🎯 Breakpoints | Hardware-level with hit counting |
| 📚 Stack Traces | SIMD-accelerated unwinding |
| 🔐 Audit Trail | Hash-chain integrity for compliance |






