MSBuild binary log analysis tools with MCP server for AI-assisted build investigation
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"
]
}
}
}
Run in terminal:
claude mcp add binloginsights npx -y SergeyTeplyakov/BinlogInsights
Add to .cursor/mcp.json:
{
"mcpServers": {
"binloginsights": {
"command": "npx",
"args": [
"-y",
"SergeyTeplyakov/BinlogInsights"
]
}
}
}