Rlm Debugging
MCP Serverby apenab · Added 5mo ago
Claude
11
Install
git clone https://github.com/apenab/pyrlm-runtimeAdd to Claude
claude mcp add rlm-debuggingQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"rlm-debugging": {
"command": "npx",
"args": [
"@modelcontextprotocol/rlm-debugging"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Debug and diagnose RLM execution issues using the Trace system, REPL inspection, and policy analysis. Use when an RLM run produces incorrect results, hits policy limits, loops unexpectedly, or needs performance optimization.
Tags
ai-mlpythongotestingdebuggingskill