developer tools

Lldb Mcp

A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.

python
local
macos
linux
developer tools
0
View on GitHub

Installation

npx -y stass/lldb-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "lldb-mcp",
  "command": "npx",
  "args": [
    "-y",
    "stass/lldb-mcp"
  ]
}

About This MCP Server

stass/lldb-mcp

A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.

GitHub: https://github.com/stass/lldb-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub