Skip to main content
Glama

๐Ÿš€ Quick Start (30 seconds)

Option 1: One-Line Setup

npx -p @kindly-software-inc/kdb kdb-configure --auto

Follow 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


๐Ÿ’œ How It Works

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” 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.


๐Ÿท๏ธ Pricing

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

Start Free โ†’


๐Ÿ› ๏ธ MCP Tools

Your AI gets these debugging superpowers:

  • debugger_attach - Connect to a process

  • debugger_set_breakpoint - Set breakpoints

  • debugger_continue - Resume execution

  • debugger_step_forward - Step forward

  • debugger_step_backward - โช Step backward in time

  • debugger_get_stack_trace - Get stack trace

  • debugger_get_variables - Read memory

  • debugger_export_trace - Export execution trace


๐Ÿ’ฌ Example

You: "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]

๐Ÿ“ž Support


-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kindly-Software/kdb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server