developer tools

Lldb Mcp

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

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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →