Binlog MCP Server

by baronfel

Not rated
GitHub

About

A Model Context Protocol Server for analyzing MSBuild binlogs.

Details

Author
baronfel
Categories
Developer Tools

Setup

Install Binlog MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/baronfel/mcp-binlog-tool

Follow the installation instructions in the repository README, then restart your MCP client.

This is a simple demo of a Model Context Protocol Server (MCP) that exposes tools and prompts for analyzing MSBuild binlogs to any MCP server.

The server provides comprehensive tools for analyzing MSBuild binary logs, including:

- Diagnostic Analysis: Extract warnings and errors from binlogs with filtering by severity, project, target, and task
- Search Analysis: Powerful freetext search with MSBuild Structured Log Viewer query syntax support
- Target Analysis: Identify expensive targets, search for specific targets across projects, and analyze target execution times
- Project Analysis: Calculate project build times, find the most expensive projects, and analyze all targets in a project at once
- Evaluation Analysis: List project evaluations, inspect global properties, and identify potential overbuilding issues
- File Access: List and retrieve source files embedded in binary logs
- Performance: Intelligent caching ensures fast queries even on large binlogs

SeePACKAGE_README.mdfor detailed tool documentation.

> claude mcp add binlog -- dnx baronfel.binlog.mcp -y Added stdio MCP server binlog with command: dnx baronfel.binlog.mcp -y to local config

If you have Claude configured already, you can tell VSCode to use the same settings by adding the following to yoursettings.json:

"chat.mcp.discovery.enabled": true,

otherwise, you can configure the server directly:

{ "servers": { "binlog-mcp": { "type": "stdio", "command": "dnx", "args": ["-y", "baronfel.binlog.mcp"] } } }

- build the repo withdotnet buildin the solution root directory
- configureClaudeorVSCodeto use the server
- launch your server app and have fun!

To locally debug, use npx to run the Model Context Protocol inspector::

npx @modelcontextprotocol/inspector ./artifacts/bin/binlog.mcp/debug/binlog.mcp.exe
{ "mcpServers": { "msbuild": { "command": "<your repo root>\\artifacts\\bin\\binlog.mcp\\debug\\binlog.mcp.exe" } } }

If you have Claude configured already, you can tell VSCode to use the same settings by adding the following to yoursettings.json:

"chat.mcp.discovery.enabled": true,

otherwise, you can configure the server directly:

{ "servers": { "binlog-mcp": { "type": "stdio", "command": "<repo root>\\artifacts\\bin\\binlog.mcp\\debug\\binlog.mcp.exe", "args": [] } } }

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

AI-powered live runtime debugging with Lightrun production context.

Run, debug, and triage tests via natural language across HyperExecute, Automation, SmartUI, and Accessibility on the TestMu AI cloud.

Understand, develop, and debug authorization policies in Oso Cloud.

A comprehensive proxy that combines multiple MCP servers into a single MCP. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.

Proxyman MCP allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.

Debug your remote Node.js and Next.js applications directly from your AI IDE like Cursor.

Live browser debugging for AI assistants — DOM, console, network via MCP.

Drives an Android emulator or a real device over adb: screenshots, UI hierarchy with true device-pixel coordinates, tap and type, app lifecycle, logcat, and Gradle builds and tests.

Interact with Android devices using the Android Debug Bridge (ADB).

Policy-gated MCP tools that let coding agents build, flash, stimulate and observe real embedded hardware (OpenOCD, pyOCD, STM32CubeProgrammer, serial, CAN).

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.