Skip to main content
Developer ToolsRust

kindly-software/kdb

AI-powered time-travel debugger with bidirectional execution replay, audit-compliant hash-chain logging, and SIMD-accelerated stack unwinding. Free Hobby tier available.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kindly-software/kdb

Claude Desktop configuration example:

{
  "mcpServers": {
    "kdb": {
      "command": "npx",
      "args": [
        "-y",
        "kindly-software/kdb"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Rust
Author
kindly-software