Lisa.Py
UnclaimedLLDB MCP Integration + other helpful commands
Install
pip install "fastmcp>=1.2.0" httpxUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
attach_to_process
Attach to a running process by PID
continue_process
Continue process execution
create_target
Create a debug target from an executable path
delete_breakpoint
Delete a breakpoint by ID
detach_from_process
Detach from the current process
evaluate_expression
Evaluate expression in current context
get_backtrace
Get backtrace for current thread or specified thread
get_disassembly
Get disassembly around specified address or current PC
get_metadata
Get metadata about the current debugging session
get_variables
Get variables in current frame
launch_process
Launch a process with optional arguments, environment variables, and working directory
list_breakpoints
List all breakpoints
read_memory
Read memory from a specific address
run_lldb_command
Execute an arbitrary LLDB command
set_breakpoint
Set a breakpoint at a specified location
step_into
Step into function call
step_out
Step out of current function
step_over
Step over current line or instruction