Provide an MCP server to enable reverse debugging with rr, improving control and insight during program execution analysis.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"karellen-rr-mcp": {
"command": "npx",
"args": [
"-y",
"Harshuiam/karellen-rr-mcp"
]
}
}
}
Run in terminal:
claude mcp add karellen-rr-mcp npx -y Harshuiam/karellen-rr-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"karellen-rr-mcp": {
"command": "npx",
"args": [
"-y",
"Harshuiam/karellen-rr-mcp"
]
}
}
}