framewalk

levigross/framewalk
★ 1 stars Rust AI/LLM Updated 1d ago
Clean-room Rust GDB/MI v3 library and MCP server for LLM-driven debugging
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "framewalk": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "framewalk"
      ]
    }
  }
}

README Excerpt

A clean-room Rust implementation of the GDB/MI v3 protocol, designed to give LLM agents native debugging capabilities over framewalk-mcp connects to a live GDB session and exposes the full MI-first debugging surface as MCP tools, a curated core profile, or a single Scheme scripting tool that lets the agent compose arbitrary

Tools (9)

FRAMEWALK_ALLOW_SHELLFRAMEWALK_CONNECTFRAMEWALK_GDBFRAMEWALK_LOGFRAMEWALK_MODEFRAMEWALK_NON_STOPFRAMEWALK_SCHEME_EVAL_TIMEOUT_SECSFRAMEWALK_WAIT_FOR_STOP_TIMEOUT_SECSscheme_eval