âš 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

âš 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
npx -p @kindly-software-inc/kdb kdb-configure --auto
Follow the prompts to sign in with Google and auto-configure your MCP client.
npx -p @kindly-software-inc/kdb kdb-configure --auto --license "YOUR-LICENSE-KEY"
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"
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 |
âââââââââââââââââââ MCP âââââââââââââââââââ
â Your Machine âââââââââââââââºâ Kindly Server â
â (any OS) â â (Linux x86_64) â
â â â â
â Claude Code â â ð® Time-Travel â
â Cursor â â ð¯ Breakpoints â
â Any AI â â ð Analysis â
âââââââââââââââââââ âââââââââââââââââââ
No local installation. Works on macOS, Windows, Linux via MCP.
| Tier | Price | Sessions |
|---|---|---|
| ð Hobby | Free | 5/month (unlimited during 7-day trial!) |
| ð Pro | $19/mo | 100/month + unlimited time-travel |
| ð§ Engineer | $49/mo | 500/month + memory replay + LSH bug search |
| ð¥ Teams | $129/mo | 2,000/month + team audit logs |
| ð¢ Enterprise | Custom | Unlimited + SOX/SOC2/GDPR/HIPAA compliance |
Your AI gets these debugging superpowers:
debugger_attach - Connect to a processdebugger_set_breakpoint - Set breakpointsdebugger_continue - Resume executiondebugger_step_forward - Step forwarddebugger_step_backward - ⪠Step backward in timedebugger_get_stack_trace - Get stack tracedebugger_get_variables - Read memorydebugger_export_trace - Export execution traceYou: "My Rust program crashes at runtime. PID is 12345"
AI:
I'll attach and debug that for you.
ð Attached to process 12345
ðž Captured snapshot
ð Stack trace shows crash at unwrap() on None in process_data()
The issue is at line 47 in src/main.rs. Here's the fix:
[code suggestion]
Built with ð by Kindly Software
Install via CLI
npx mdskills install kindly-software/kdbKDB - The Kindly Debugger âš is a free, open-source AI agent skill. âš 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
Install KDB - The Kindly Debugger âš with a single command:
npx mdskills install kindly-software/kdbThis downloads the skill files into your project and your AI agent picks them up automatically.
KDB - The Kindly Debugger âš works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.