Binlog MCP Server
A Model Context Protocol Server for analyzing MSBuild binlogs.
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.
To configure this:
- build the repo with
dotnet buildin themsbuild.mcpdirectory - configure Claude or VSCode to 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 ./bin/Debug/net9.0/msbuild.mcp
Claude
{
"mcpServers": {
"msbuild": {
"command": "<your repo root>\\binlog.mcp\\bin\\Debug\\net9.0\\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:
"chat.mcp.discovery.enabled": true,
otherwise, you can configure the server directly:
{
"mcp": {
"inputs": [],
"servers": {
"msbuild": {
"command": "<repo root>\\binlog.mcp\\bin\\Debug\\net9.0\\binlog.mcp.exe",
"args": [],
"env": {}
}
}
}
}
Related Servers
Gemini CLI RAG MCP
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.
MalwareAnalyzerMCP
Execute terminal commands for malware analysis. Requires Node.js 18 or higher.
DreamFactory MCP
An MCP server for integrating with the DreamFactory API to manage and access data sources.
AWS CodePipeline MCP Server
Integrates with AWS CodePipeline to manage continuous integration and delivery pipelines.
Woodpecker MCP Server
A server for managing Woodpecker CI/CD pipelines, built with the MCP framework.
xcodebuild
🍎 Build iOS Xcode workspace/project and feed back errors to llm.
MCP Options Order Flow Server
A high-performance MCP server for comprehensive options order flow analysis.
Yapi
An MCP server for the Yapi API management platform.
DevContainer MCP Server
Manage DevContainer environments using natural language prompts in any MCP-compatible editor.
MediaWiki
Interact with MediaWiki installations through the MediaWiki API as a bot user.