udaken/TryClangMcpServer
3.3
If you are the rightful owner of TryClangMcpServer 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.
A Model Context Protocol (MCP) server that provides C/C++ code compilation, static analysis, and AST generation capabilities using the LLVM/Clang toolchain via ClangSharp.
Tools
Functions exposed to the LLM to take actions
compile_cpp
Compiles C/C++ source code and returns compilation diagnostics.
analyze_cpp
Performs static analysis on C/C++ code to identify potential issues.
get_ast
Generates an Abstract Syntax Tree representation of the C/C++ code.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client