AI-Powered Software Dynamic Analysis with MCP

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

Start AI-chat
Banner image
feature image

Use our AI-chat to solve your problem

Dynamic Chat is an AI-powered chat interface 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 AI-chat
    feature image

    MCP server

    The dynamic_mcp package is a powerful MCP (Model Context Protocol) server that provides dynamic analysis capabilities: crash, bpf, tracing, profiling, debugging, etc. It can be used with Dynamic Chat, Augment, Cursor, or other AI-based chat applications to analyze system crashes, generate root cause analysis, and provide actionable solutions. To install the MCP server, run on the target host:

    pip install https://42research.co.uk/dynamic_mcp-py3.10.tar.gz
    

    And then run:

    python -m dynamic_mcp.server --http
    

    Use mcp referance from ouput (@mcp-abc123xyz) to access from the chat.

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

      feature image

      Extension for VSCode

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

        Install VSCode Extension