Enables dynamic instrumentation of mobile and desktop applications through the Frida toolkit, providing process management and debugging via MCP. A technical example of extending MCP servers for application analysis.
Loading more......
An MCP server and VS Code Extension that enables automatic debugging via breakpoints and expression evaluation across languages. It allows any LLM (e.g., Claude) to interactively debug any programming language via MCP and a VS Code Extension, providing debugging capabilities through the Model Context Protocol.
An MCP server bridging debugging tools with AI systems via the Debug Adapter Protocol, enabling debugger control and enhanced workflows—showcasing developer tool integration in MCP servers.
Provides a complete interface to the Delve debugger for Go programs via the Model Context Protocol, enabling advanced debugging sessions and program state inspection. Directly relevant as an MCP server for Go debugging.
A GDB/MI protocol server based on MCP, providing remote debugging capabilities with AI assistants.
A CLI tool for testing MCP servers, facilitating development and debugging of MCP-based integrations.
A tool designed for testing and debugging MCP servers, allowing developers to validate their server implementations and ensure compatibility with the MCP standard. Essential for quality assurance of awesome MCP servers.
Category: Testing & Debugging Tools
Tags: debugging, instrumentation, mcp, frida
Frida Mcp is a Model Context Protocol (MCP) server implementation for the Frida dynamic instrumentation toolkit. It enables AI systems and users to perform dynamic instrumentation of mobile and desktop applications, providing process management and debugging capabilities via MCP. The package uses the official MCP Python SDK for integration and can be used in conjunction with Claude Desktop for enhanced application analysis.