Back to MCP Servers
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-toolsai
Installation
npx -y kdbConfiguration
{
"mcpServers": {
"kdb": {
"command": "npx",
"args": ["-y", "kdb"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes