C++ Builder MCP Server
@peterparker57
C++ Builder MCP Server について
MCP server providing C++ DLL compilation and analysis capabilities
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cpp-builder": {
"command": "node",
"args": [
"path/to/cpp-builder-mcp-server/dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is C++ Builder MCP Server?
An MCP server for compiling C++ DLLs and analyzing their exports using Visual Studio build tools like MSBuild and dumpbin.
How to use C++ Builder MCP Server?
Install via npm install and build with npm run build. Add the server to your MCP settings file pointing to the compiled index.js. Invoke tools such as compile_dll (with path to .vcxproj and optional configuration, platform, .def file) and analyze_exports (with path to DLL).
Key features of C++ Builder MCP Server
- C++ DLL compilation with MSBuild
- Custom export settings via .def files
- DLL export analysis using dumpbin
- Configurable build settings (Debug/Release, x86/x64)
- Full build output with warnings and errors
- Detailed export table analysis
Use cases of C++ Builder MCP Server
- Automating C++ DLL builds inside an MCP‑enabled environment
- Inspecting exported functions and ordinals of compiled DLLs
- Integrating Visual Studio build tools into AI‑driven workflows
- Validating export declarations during CI/CD pipelines
FAQ from C++ Builder MCP Server
What does this server do?
It compiles C++ DLLs with MSBuild and analyzes DLL exports using dumpbin, all through MCP tool calls.
What are the system requirements?
Visual Studio 2022 Community Edition or later, Visual C++ build tools, and the Windows SDK.
How do I install and configure it?
Clone the repo, run npm install and npm run build, then add the server to your MCP settings with node command pointing to dist/index.js.
What tools does it provide?
Two tools: compile_dll for building DLLs and analyze_exports for examining DLL exports.
Can I customize build settings?
Yes, compile_dll accepts optional configuration (Debug/Release), platform (x86/x64), and a defFile path for function exports.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント