Back to MCP Servers
🔌

stass/lldb-mcp

BSD-2-Clause

🐍 🏠 🐧 🍎 - A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.

PythonFiles

Install

npx -y stass-lldb-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "stass-lldb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stass-lldb-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.