Back to directory
stass/lldb-mcp

stass/lldb-mcp

@stass

Integrates LLDB debugger with Claude's Model Context Protocol for AI-assisted debugging

lldbdebuggermcpclaudeai-debuggingdebuggingautomation

Installation & Configuration

{
  "mcpServers": {
    "lldb-mcp": {
      "command": "python3",
      "args": [
        "/path/to/lldb-mcp/lldb_mcp.py"
      ],
      "disabled": false
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12