LLDB-MCP
@stass
关于 LLDB-MCP
LLDB MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lldb-mcp": {
"command": "python3",
"args": [
"/path/to/lldb-mcp/lldb_mcp.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is LLDB-MCP?
LLDB-MCP is a tool that integrates the LLDB debugger with Claude's Model Context Protocol (MCP). It allows Claude to start, control, and interact with LLDB debugging sessions directly, enabling AI-assisted debugging workflows.
How to use LLDB-MCP?
Install by cloning the repository, running pip install mcp, and configuring the Claude desktop app with the path to lldb_mcp.py. After setup, you can control LLDB sessions using natural language commands such as "Start a new LLDB session" or "Set a breakpoint at main".
Key features of LLDB-MCP?
- Create and manage multiple LLDB debugging sessions
- Load executables and attach to running processes
- Load core dump files for post-mortem analysis
- Set breakpoints, watchpoints, and control execution
- Examine memory, registers, and disassembly
- Inspect threads and stack frames
Use cases of LLDB-MCP?
- Debug a program that crashes with certain arguments (e.g., buffer overflow)
- Attach to a running process and inspect its state
- Analyze core dump files post-mortem
- Step through code and examine variables to find bugs
- Examine memory, registers, and assembly for low-level analysis
FAQ from LLDB-MCP
What are the requirements to use LLDB-MCP?
Python 3.7+, LLDB installed on the system, and the Claude desktop app with MCP support are required.
How do I configure Claude to use LLDB-MCP?
Add a server entry to the
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论