BinlogMcp 0.1.3

dotnet tool install --global BinlogMcp --version 0.1.3
                    
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 BinlogMcp --version 0.1.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=BinlogMcp&version=0.1.3
                    
nuke :add-package BinlogMcp --version 0.1.3
                    

Binlog MCP

Model Context Protocol to read and analyze MSBuild .binlog files.

Install:

dotnet tool update -g binlogmcp

Configure your MCP-aware client. For VS Code, add to .vscode/mcp.json:

{
  "servers": {
    "binlogmcp": {
      "type": "stdio",
      "command": "binlogmcp"
    }
  }
}

Then just ask the LLM to open a binlog and paste the path. It can call get_llm_guide if it needs help.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.3 219 5/1/2026
0.1.2 114 4/29/2026
0.1.1 112 4/29/2026
0.1.0 3,595 4/26/2026