stass/lldb-mcp
A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.
Quick Start
Clone the repository:
git clone https://github.com/stass/lldb-mcpClaude Desktop configuration example:
{
"mcpServers": {
"lldb-mcp": {
"command": "npx",
"args": [
"-y",
"stass/lldb-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.