The LLDB MCP server integrates LLDB debugging capabilities with AI agents. It exposes LLDB's command-line interface for debugging C, C++, and Objective-C programs. The server connects to LLDB's API to provide debugging tools, breakpoints, and execution control. Developers use it to automate debugging tasks, analyze crashes, and inspect program states.
The LLDB MCP server integrates LLDB debugging capabilities with AI agents. It exposes LLDB's command-line interface for debugging C, C++, and Objective-C programs. The server connects to LLDB's API to provide debugging tools, breakpoints, and execution control. Developers use it to automate debugging tasks, analyze crashes, and inspect program states.
pip install lldb-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"stass-lldb-mcp-github": {
"command": "uvx",
"args": [
"pip install lldb-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from lldb mcp?"
No configuration required. This server works out of the box.
"What resources are available in lldb mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in lldb mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in lldb mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.