Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by udaken • Uncategorized
An MCP server providing C/C++ code compilation, static analysis, and AST generation using LLVM/Clang via ClangSharp.
Compile C/C++ code and receive detailed compilation diagnostics.
Perform static analysis on C/C++ code to identify potential issues.
Generate and analyze Abstract Syntax Trees of C/C++ source code.
TryClangMcpServer is a Model Context Protocol server that offers three main tools for C/C++ development: compiling source code with detailed diagnostics, performing static analysis to detect potential issues, and generating Abstract Syntax Trees in JSON format. It supports multiple platforms including Windows, Linux, and macOS, and can run in both stdio and HTTP modes, with Docker support for easy deployment. The server ensures isolated processing, automatic cleanup, thread-safe operations, and comprehensive error handling, making it a robust tool for integrating Clang capabilities into development workflows.