Kindly-Software/kdb
Kindly Debugger - Time-Travel Debugging for AI Workflows
Platform-specific configuration:
{
"mcpServers": {
"kdb": {
"command": "npx",
"args": [
"-y",
"kdb"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">✨ KDB - The Kindly Debugger ✨</h1>
<p align="center"> <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> </p>
<p align="center"> <a href="https://www.kindly.software">🌐 Website</a> • <a href="https://www.kindly.software/#signup">🎉 Start Free</a> • <a href="https://www.kindly.software/#docs">📖 Docs</a> </p>
---
npx -p @kindly-software-inc/kdb kdb-configure --autoFollow 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 │ │ 🎯 BreakLoading reviews...