DiagSession-Mcp
Verified Safeby bivex
Overview
Analyzes Windows ETL trace files from .diagsession archives to generate call trees and performance metrics for debugging and optimization.
Installation
dotnet run --project DiagSession-Mcp.csprojEnvironment Variables
- _NT_SYMBOL_PATH
- DIAGSESSION_MCP__SYMBOLPATH
Security Notes
The server appears robust, adhering to clean architecture principles and best practices. It processes local files and interacts via stdio, limiting direct network exposure for the server itself. File access can be restricted via 'AllowedDirectories' configuration. No obvious 'eval' or malicious patterns are present. External dependencies like Microsoft symbol servers are standard for this type of analysis.
Similar Servers
mcp-windbg
This server integrates AI models with WinDbg/CDB to analyze Windows crash dumps, connect to remote debugging sessions, and process multiple dumps through natural language queries.
tda
Headless analysis of Java thread dumps for diagnosing performance issues, deadlocks, and virtual thread problems, primarily for integration with AI agents or automated pipelines.
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
TriageMCP
Enables an LLM to perform static analysis and triage of PE files using local security tools.