Back to MCP Servers
Lldb
A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.
developer-toolsai
By stass
Installation
npx -y lldb-mcpConfiguration
{
"mcpServers": {
"lldb-mcp": {
"command": "npx",
"args": ["-y", "lldb-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes