AI-Powered Software Dynamic Analysis with MCP

Your software doesn’t work as expected? Use Dynamic Agent to solve the problem.

Start Dynamic Agent
Banner image
feature image

Dynamic — AI chat for developers

Dynamic Agent is an AI-powered chat interface by 42Research designed for developers who want to solve their problems using MCP-based dynamic analysis tools. It provides an intuitive conversational interface to interact with advanced analysis capabilities, making it easy to analyze crashes, traces, and system behavior through natural language queries.

    Start Dynamic Agent
    feature image

    Dynamic Agent MCP

    The dynamic_mcp package is a powerful MCP (Model Context Protocol) server that provides dynamic analysis capabilities: crash analysis, bpf tracing, profiling, debugging, and more. It gives the AI direct access to your source code and the ability to execute bash commands on the target host — so it can read logs, run diagnostic scripts, and inspect the system in real time. It can be used with Dynamic Agent, Augment, Cursor, or other AI-based chat applications. To install, run on the target host:

    pip install dynamic-mcp
    

    Then start the server (optionally point it at your source directory):

    dynamic-mcp --source-dir /path/to/your/source
    

    Use the mcp reference from the output (@mcp-abc123xyz) to connect from Dynamic Agent or any other MCP-compatible chat.

    To use the MCP server with Claude, Cursor, Windsurf, Cline, Augment, or Msty AI, adjust its MCP configuration to point to this server.

      feature image

      Extension for VSCode

      The Dynamic Agent extension for VSCode brings the power of Dynamic Agent directly into your development environment. It automatically enables the dynamic_mcp MCP server and opens the Dynamic Agent interface inside VSCode, allowing you to analyze crashes and system behavior without leaving your editor.

        Install VSCode Extension