Microsoft.Windows.EventTracing.MCP 0.7.21

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
{
  "servers": {
    "Microsoft.Windows.EventTracing.MCP": {
      "type": "stdio",
      "command": "dnx",
      "args": ["Microsoft.Windows.EventTracing.MCP@0.7.21", "--yes"]
    }
  }
}
                    
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's .vscode/mcp.json settings file.
dotnet tool install --global Microsoft.Windows.EventTracing.MCP --version 0.7.21
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Microsoft.Windows.EventTracing.MCP --version 0.7.21
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Microsoft.Windows.EventTracing.MCP&version=0.7.21
                    
nuke :add-package Microsoft.Windows.EventTracing.MCP --version 0.7.21
                    

Microsoft.Windows.EventTracing.MCP

Project Status: Early Preview

A Model Context Protocol (MCP) server for analyzing Windows Event Tracing (ETL) performance data. It provides AI assistants and agents the ability to process and query complex Windows performance traces (ETL) through a standardized MCP interface — including processing traces, querying performance data categories, and performing critical path analysis.

Prerequisites

Quick Install

This server is distributed as a .NET tool package on nuget.org and runs via the dnx command (dotnet execute).

Add an mcp.json file under the .vscode folder of your workspace:

{
  "servers": {
    "ETW": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Microsoft.Windows.EventTracing.MCP",
        "--yes"
      ]
    }
  }
}

Then open GitHub Copilot in VS Code, confirm the ETW server appears in the tools list, and try a prompt like:

List available trace data categories

Note: If VS Code reports that the dnx command is not found, ensure you have .NET 10 SDK (preview 6 or later) installed.

Install as a global tool (alternative)

dotnet tool install -g Microsoft.Windows.EventTracing.MCP

Capabilities

  • Process Windows Event Tracing (ETL) traces and expose queryable performance data
  • Query performance data categories (CPU, memory, disk, processes, and more)
  • Build structured queries with conditions, groupings, and aggregations
  • Perform critical path analysis on threads and time ranges
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.7.22 44 7/15/2026
0.7.21 108 7/8/2026