MCP Directory

lisa.py

by ant4g0nist · Python · ★ 750

LLDB MCP Integration + other helpful commands

#arm64#exploitable#lldb#lldbinit#macos#mcp#pwn#reverse-engineering#silicon

Install

pip install git+https://github.com/ant4g0nist/lisa.py.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "lisa-py": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ant4g0nist/lisa.py.git"
      ]
    }
  }
}

From the README

This project provides a Model-Context Protocol (MCP) integration for LLDB, allowing AI assistants like Claude to interact with your debugging sessions through a standardized interface. The integration consists of two main components: 1. **server.py** - An MCP server that communicates with Claude (or other MCP clients) 2. **lldb_plugin.py** - A plugin that runs inside LLDB and exposes debugger functionality via JSON-RPC This architecture allows Claude to help you debug code by directly interacting with LLDB through natural language. The MCP server acts as a bridge, translating Claude's reque…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers