MCP LLDB Server
Enables AI assistants to start and manage LLDB debugging sessions, including loading programs, setting breakpoints, stepping through code, and examining memory.
README
MCP LLDB Server
A Model Context Protocol (MCP) server that provides LLDB debugging functionality for use with Claude or other AI assistants.

Features
- Start and manage LLDB debugging sessions
- Load programs and core dumps for analysis
- Set breakpoints, step through code, and examine memory
- View call stacks, variables, and registers
- Execute arbitrary LLDB commands
Installation
# Clone the repository
git clone git@github.com:ankur106/LLDB_MCP.git
cd LLDB_MCP
# Install dependencies
npm install
# Build the project
npm run build
Usage
Using with Claude or other MCP-enabled assistants
- Configure the MCP settings in the Claude desktop app or browser extension to include this server:
{
"mcpServers": {
"lldb": {
"command": "node",
"args": ["/path/to/LLDB_MCP/build/index.js"],
"disabled": false
}
}
}
-
Restart Claude or refresh the page.
-
Now you can use the LLDB tools in your conversations with Claude.
Supported LLDB Commands
lldb_start: Start a new LLDB sessionlldb_load: Load a program into LLDBlldb_command: Execute an arbitrary LLDB commandlldb_terminate: Terminate an LLDB sessionlldb_list_sessions: List all active LLDB sessionslldb_attach: Attach to a running processlldb_load_core: Load a core dump filelldb_examine: Examine memorylldb_info_registers: Display registerslldb_set_breakpoint: Set a breakpointlldb_continue: Continue program executionlldb_step: Step program executionlldb_backtrace: Show call stacklldb_print: Print value of expressionlldb_next: Step over function callslldb_finish: Execute until the current function returnslldb_run: Run the programlldb_frame_info: Get information about the current stack framelldb_disassemble: Disassemble the current function
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.