stass/lldb-mcp
by Various
LLDB MCP server
MCP
stass/lldb-mcp
Added 1 June 2026
Overview
An MCP server that exposes LLDB debugger capabilities to AI assistants via the Model Context Protocol. It enables natural language control of native code debugging sessions, allowing breakpoints, variable inspection, and step execution through a CLI or IDE integration.
Best for
Best for
Developers who want to debug native code via AI assistants or automate LLDB workflows through MCP-compatible tools
Use cases
- Debugging C/C++ programs using natural language commands in an AI chat interface
- Automating repetitive debug workflows like setting conditional breakpoints or inspecting call stacks
- Integrating LLDB debugging into MCP-compatible editors or assistants for context-aware analysis
How to use
Install
pip install mcp Tested with
Claude Desktop, Continue
Example client config
{\n "lldb-mcp": {\n "command": "python3",\n "args": ["/path/to/lldb-mcp/lldb_mcp.py"],\n "disabled": false\n }\n } Notes
An MCP server that exposes LLDB debugger capabilities to AI assistants via the Model Context Protocol. It enables natural language control of native code debugging sessions, allowing breakpoints, variable inspection, and step execution through a CLI or IDE integration.
100 stars on GitHub. Last updated 2025-03-26. Licensed BSD-2-Clause.
Use cases
- Debugging C/C++ programs using natural language commands in an AI chat interface
- Automating repetitive debug workflows like setting conditional breakpoints or inspecting call stacks
- Integrating LLDB debugging into MCP-compatible editors or assistants for context-aware analysis
Pros
- Open-source Python implementation, easy to inspect and extend
- Simple MCP interface abstracts LLDB complexity for non-expert users
- Works with any MCP client, enabling flexible toolchain integration
Cons
- Requires a working LLDB installation and familiarity with its target environment
- Limited to LLDB-supported platforms (macOS, Linux, iOS/tvOS) and native code debugging
- No built-in GUI or IDE plugin; relies on external MCP client for user interaction
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source Python implementation, easy to inspect and extend
- Simple MCP interface abstracts LLDB complexity for non-expert users
- Works with any MCP client, enabling flexible toolchain integration
Cons
- Requires a working LLDB installation and familiarity with its target environment
- Limited to LLDB-supported platforms (macOS, Linux, iOS/tvOS) and native code debugging
- No built-in GUI or IDE plugin; relies on external MCP client for user interaction
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.