cpp-builder-mcp-server
If you are the rightful owner of cpp-builder-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server providing C++ DLL compilation and analysis capabilities using Visual Studio build tools.
The C++ Builder MCP Server is designed to facilitate the building and analysis of C++ DLLs. It leverages Visual Studio's MSBuild for compiling DLLs with specific export settings and uses dumpbin for analyzing DLL exports. This server supports custom export settings through .def files, allowing developers to control which functions are exposed by the DLL. It also provides detailed build output and supports configurable build settings, including platform and configuration targeting. The server is ideal for developers who need to automate the process of building and analyzing C++ DLLs in a Windows environment.
Features
- C++ DLL compilation with MSBuild
- Custom export settings via .def files
- DLL export analysis using dumpbin
- Configurable build settings
- Detailed build output
Tools
compile_dll
Compile a C++ DLL with specific export settings using MSBuild.
analyze_exports
Analyze exports from a compiled DLL using dumpbin.