Home/Directory/AI & ML/Lldb

Lldb

@stass · github.com/stass/lldb-mcp

A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.

ClaimedAI & MLstdioToolslocal no-auth
GitHub

Install one command

terminal
$ pip install mcp

Or add it with the Claude CLI: claude mcp add stass-lldb-mcp

Tools exposed 28 tools

lldb_start
lldb_terminate
lldb_list_sessions
lldb_load
lldb_attach
lldb_load_core
lldb_run
lldb_continue
lldb_step
lldb_next
lldb_set_breakpoint
lldb_breakpoint_list
lldb_breakpoint_delete
lldb_watchpoint
lldb_backtrace
lldb_print
lldb_examine
lldb_info_registers
lldb_frame_info
lldb_disassemble
lldb_process_info
lldb_thread_list
lldb_thread_select
lldb_command
lldb_expression
lldb_help
lldb_finish
lldb_kill

Configuration generate & copy

claude_desktop_config.json
{
  "mcpServers": {
    "stass-lldb-mcp": {
      "command": "pip",
      "args": ["install", "mcp"]
    }
  }
}

Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in AI & ML
Compare
@microsoft

MCP tool access to MarkItDown a library that converts many file formats (local or remote) to Markdown for LLM consumption.

AI & MLstdioRead-only no-auth
149.5k3w ago5 toolslocal
$pip install -e 'packages/markitdown[all]'
Compare
@upstash

Up-to-date code documentation for LLMs and AI code editors.

AI & MLstdioRead-only auth
57.1k6d ago3 toolslocal
$npx ctx7 setup
Compare
@eyaltoledano

AI-powered task management system for AI-driven development.

AI & MLstdioWrite auth
27.4k2mo ago15 toolslocal
$npx task-master init