Microsoft.Windows.EventTracing.MCP.win-arm64 0.7.22

Prefix Reserved
dotnet add package Microsoft.Windows.EventTracing.MCP.win-arm64 --version 0.7.22
                    
NuGet\Install-Package Microsoft.Windows.EventTracing.MCP.win-arm64 -Version 0.7.22
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Windows.EventTracing.MCP.win-arm64" Version="0.7.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Windows.EventTracing.MCP.win-arm64" Version="0.7.22" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Windows.EventTracing.MCP.win-arm64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Windows.EventTracing.MCP.win-arm64 --version 0.7.22
                    
#r "nuget: Microsoft.Windows.EventTracing.MCP.win-arm64, 0.7.22"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Windows.EventTracing.MCP.win-arm64@0.7.22
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Windows.EventTracing.MCP.win-arm64&version=0.7.22
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Windows.EventTracing.MCP.win-arm64&version=0.7.22
                    
Install as a Cake Tool

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.22 39 7/15/2026
0.7.21 87 7/8/2026