MCPs tagged with program analysis
-
IDA Pro MCP
Enabling Model Context Protocol server integration with IDA Pro for collaborative reverse engineering.
IDA Pro MCP provides a Model Context Protocol (MCP) server that connects the IDA Pro reverse engineering platform to clients supporting the MCP standard. It exposes a wide array of program analysis and manipulation functionalities such as querying metadata, accessing functions, globals, imports, and strings, decompiling code, disassembling, renaming variables, and more, in a standardized way. This enables seamless integration of AI-powered or remote tools with IDA Pro to enhance the reverse engineering workflow.
- ⭐ 4,214
- MCP
- mrexodia/ida-pro-mcp
-
GhidrAssistMCP
Bringing Model Context Protocol server connectivity to Ghidra for AI-assisted reverse engineering.
GhidrAssistMCP is a Ghidra extension providing a Model Context Protocol (MCP) server that allows AI assistants and other tools to interact programmatically with Ghidra's reverse engineering platform. It offers a standardized API for querying program data, managing tool interactions, and enabling real-time analysis features. The extension features a configurable UI, built-in logging, and dynamic management of 31 specialized analysis tools.
- ⭐ 337
- MCP
- jtang613/GhidrAssistMCP
-
LLDB-MCP
AI-assisted debugging with LLDB via Model Context Protocol integration
LLDB-MCP enables integration of the LLDB debugger with Claude's Model Context Protocol, allowing for direct control and interaction with LLDB debugging sessions through AI. The tool offers a suite of commands for managing sessions, examining program state, and controlling execution. It facilitates natural language interaction with LLDB, streamlining tasks such as loading executables, setting breakpoints, and analyzing stack traces. Designed for seamless AI-assisted debugging workflows, LLDB-MCP enhances productivity by bridging advanced debugging capabilities with AI-driven interfaces.
- ⭐ 63
- MCP
- stass/lldb-mcp