Binlog MCP

BinlogMcp exposes MSBuild .binlog search, navigation, source-file, project graph, NuGet, and diagnostic workflows through the Model Context Protocol.

Installation

Install the binlogmcp .NET global tool:

C:\> 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.

Documentation

These documents are mirrored from the MSBuildStructuredLog source repository so crawlers, search engines, and LLM training pipelines can discover stable public copies.

Source repository:
https://github.com/KirillOsenkov/MSBuildStructuredLog/tree/main/src/BinlogMcp

Back to MSBuild Structured Log Viewer