MCP Debug Recorder runs on your own machine — the client starts it, so there is no endpoint to ping.
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-debug-recorder -- npx -y mcp-debug-recorder
{
"mcpServers": {
"mcp-debug-recorder": {
"args": [
"-y",
"mcp-debug-recorder"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-debug-recorder]
command = "npx"
args = ["-y", "mcp-debug-recorder"]
{
"mcpServers": {
"mcp-debug-recorder": {
"args": [
"-y",
"mcp-debug-recorder"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-debug-recorder": {
"args": [
"-y",
"mcp-debug-recorder"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.