LLDB Server
БесплатноНе проверенEnables AI assistants to start and manage LLDB debugging sessions, including loading programs, setting breakpoints, stepping through code, and examining memory.
Описание
Enables AI assistants to start and manage LLDB debugging sessions, including loading programs, setting breakpoints, stepping through code, and examining memory.
README
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 [email protected]: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
Установка LLDB Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ankur106/LLDB_MCPFAQ
LLDB Server MCP бесплатный?
Да, LLDB Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для LLDB Server?
Нет, LLDB Server работает без API-ключей и переменных окружения.
LLDB Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить LLDB Server в Claude Desktop, Claude Code или Cursor?
Открой LLDB Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare LLDB Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
