LLDB-MCP
@stass
About LLDB-MCP
LLDB MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lldb-mcp": {
"command": "python3",
"args": [
"/path/to/lldb-mcp/lldb_mcp.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is LLDB-MCP?
LLDB-MCP is a tool that integrates the LLDB debugger with Claude's Model Context Protocol (MCP). It allows Claude to start, control, and interact with LLDB debugging sessions directly, enabling AI-assisted debugging workflows.
How to use LLDB-MCP?
Install by cloning the repository, running pip install mcp, and configuring the Claude desktop app with the path to lldb_mcp.py. After setup, you can control LLDB sessions using natural language commands such as "Start a new LLDB session" or "Set a breakpoint at main".
Key features of LLDB-MCP?
- Create and manage multiple LLDB debugging sessions
- Load executables and attach to running processes
- Load core dump files for post-mortem analysis
- Set breakpoints, watchpoints, and control execution
- Examine memory, registers, and disassembly
- Inspect threads and stack frames
Use cases of LLDB-MCP?
- Debug a program that crashes with certain arguments (e.g., buffer overflow)
- Attach to a running process and inspect its state
- Analyze core dump files post-mortem
- Step through code and examine variables to find bugs
- Examine memory, registers, and assembly for low-level analysis
FAQ from LLDB-MCP
What are the requirements to use LLDB-MCP?
Python 3.7+, LLDB installed on the system, and the Claude desktop app with MCP support are required.
How do I configure Claude to use LLDB-MCP?
Add a server entry to the
Frequently asked questions
What are the requirements to use LLDB-MCP?
Python 3.7+, LLDB installed on the system, and the Claude desktop app with MCP support are required.
How do I configure Claude to use LLDB-MCP?
Add a server entry to the
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments