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"


Related MCP server: syncause-debug-mcp

ā±ļø 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


F
license - not found
Not graded
quality - not tested
F
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to query runtime debugging facts (stack traces, logs, function arguments) captured by Syncause, allowing them to fix root causes with evidence instead of guessing.
    40
    1
  • A
    license
    Not graded
    quality
    A
    maintenance
    Gives AI coding agents eyes into running applications by recording browser activity and providing session investigation tools for debugging.
    45
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.

  • Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for

  • Shared debugging memory for AI coding agents

View all MCP Connectors

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'

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