rust-debugger-skill

mohsen1/rust-debugger-skill
★ 0 stars Rust Code/Dev Tools Updated 9d ago
IDE-grade Rust debugging for coding agents (Claude Code / Codex) — a skill and an MCP server, built on rust-analyzer + lldb-dap. Zero dependencies.
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": {
    "rust-debugger-skill": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-debugger-skill"
      ]
    }
  }
}

Topics

ai-agentsclaude-codecodexdapdebuggerdebugginglldblspmcpmcp-serverrustrust-analyzer