BinlogInsights

SergeyTeplyakov/BinlogInsights
★ 18 stars C# 📦 Other Updated 15d ago
MSBuild binary log analysis tools with MCP server for AI-assisted build investigation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "binloginsights": {
      "command": "npx",
      "args": [
        "-y",
        "SergeyTeplyakov/BinlogInsights"
      ]
    }
  }
}