Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by zenoengine • DevOps & CI/CD
A lightweight server for automating MSBuild project builds using the Model Context Protocol.
Initiate and automate MSBuild project builds dynamically.
Integration with popular MCP clients like VSCode and Cursor for improved developer workflows.
Cross-language build support for projects including those written in C# and C++.
The MSBuild MCP Server is designed to automate the builds of MSBuild projects and solutions. It dynamically locates the MSBuild executable, offers customizable build configurations, and integrates smoothly with various MCP clients like VSCode and Cursor. Its cross-language support for languages like C# and C++ on Windows platforms makes it versatile for numerous development needs.
Build an MSBuild project or solution (.sln, .csproj, .vcxproj) file using MSBuild. This tool dynamically locates the MSBuild executable using the vswhere Python package. It supports flexible build configurations, including verbosity, platform, and additional arguments. Parameters: - project_path: Path to the project or solution file to build. - configuration: Build configuration (e.g., Debug, Release). - platform: Target platform (e.g., x86, x64). - verbosity: MSBuild output verbosity (quiet, minimal, normal, detailed, diagnostic). - max_cpu_count: Maximum number of CPUs for parallel build (None for default). - restore: Whether to perform NuGet restore before build. - additional_args: Additional MSBuild command-line arguments. Returns: - A string indicating the build result, including success or filtered error messages. Use this tool to automate the build process for MSBuild projects, ensuring compatibility with various configurations and environments.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.