Stats
Actions
Tags
From apple-dev-skills
Provides local LLDB debugging capabilities for Xcode projects, enabling breakpoints, variable inspection, and step-through execution.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xcode_lldb": {
"command": "xcrun",
"args": [
"lldb-mcp"
]
}
}
}Server configuration and connection parameters
xcrunCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub gaelic-ghost/socket --plugin apple-dev-skills