KDB
Enables debugging of Linux x86_64 processes through time-travel debugging features including process attachment, breakpoint management, execution control, stack trace analysis, and memory inspection.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KDBdebug my crashing Rust program with PID 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š Quick Start (30 seconds)
Option 1: One-Line Setup
npx -p @kindly-software-inc/kdb kdb-configure --autoFollow 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 |
š ļø MCP Tools
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 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
š kindly.software
š Documentation
š¬ Discord (coming soon)
This server cannot be installed
Maintenance
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
- Flicense-quality-maintenanceGives AI agents persistent memory with bi-temporal tracking, automatically extracting entities from natural language and enabling time-travel queries to understand facts as they existed at any point in history.2
- Flicense-qualityFmaintenanceEnables 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.91
- Alicense-qualityAmaintenanceGives AI coding agents eyes into running applications by recording browser activity and providing session investigation tools for debugging.263MIT

statecli-mcp-serverofficial
Alicense-qualityDmaintenanceGives AI agents memory, undo, and self-awareness by tracking file changes and enabling checkpoints and rollbacks.481MIT
Related MCP Connectors
Collective memory for AI agents. One agent solves a bug ā every agent gets the fix instantly.
AI agent run monitoring with incident replay and SLA receipts.
Agent Replay Debugger MCP ā record every agent step + deterministic replay. Step-debugger for
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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