Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Binlog Tool

    A Model Context Protocol server binary that exposes information inside an MSBuild Binary Log to LLMs to aid build analysis.

    5 stars
    C#
    Updated Oct 17, 2025
    binlog
    mcp
    msbuild

    Table of Contents

    • Features
    • Setup
    • Using the NuGet package
    • Claude
    • VSCode
    • Using local builds
    • Claude
    • VSCode

    Table of Contents

    • Features
    • Setup
    • Using the NuGet package
    • Claude
    • VSCode
    • Using local builds
    • Claude
    • VSCode

    Documentation

    Binlog MCP Server

    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.

    nuget.org link for this tool

    Features

    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

    See PACKAGE_README.md for detailed tool documentation.

    Setup

    Using the NuGet package

    Claude

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

    VSCode

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

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

    otherwise, you can configure the server directly:

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

    Using local builds

    To configure this:

    1. build the repo with dotnet build in the solution root directory

    2. configure Claude or VSCode to use the server

    3. launch your server app and have fun!

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

    bash
    npx @modelcontextprotocol/inspector ./artifacts/bin/binlog.mcp/debug/binlog.mcp.exe

    Claude

    json
    {
      "mcpServers": {
        "msbuild": {
          "command": "\\artifacts\\bin\\binlog.mcp\\debug\\binlog.mcp.exe"
        }
      }
    }

    VSCode

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

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

    otherwise, you can configure the server directly:

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

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4
    • KI

      Kill Process Mcp

      Python·
      9
    • MC

      Mcpjungle

      Go·
      617

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4
    • KI

      Kill Process Mcp

      Python·
      9
    • MC

      Mcpjungle

      Go·
      617

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k