developer tools
Lldb Mcp
A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.
python
local
macos
linux
developer tools
Installation
npx -y stass/lldb-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub