Give AI agents C++ code navigation, type inspection, and diagnostics tools.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "clangd-mcp-server" yet — see the docs or source repo.
Use clangd-mcp-server to analyze this C++ project, find the definition of the function parseConfig, and list which files call it.
Returns the symbol definition file and line number, plus a list of call sites.
Use clangd-mcp-server to inspect the actual type of the variable result here, including its template parameters and source declaration.
Outputs the full variable type, template expansion details, and the related declaration location.
Use clangd-mcp-server to check diagnostics for this C++ file, explain the current errors, and suggest practical fixes.
Returns a list of diagnostic errors, explanations of the causes, and suggested fixes or code changes.
Connects AI to clangd for C/C++ code search, navigation, and type insight.
Search code semantically and answer questions about a codebase.
Expose read-only code intelligence like hover, definitions, references, and diagnostics.
Debug C++ programs with GDB and clangd for runtime and static issues.
Help AI agents navigate, search, and understand codebases and change history.
Use Agda in MCP clients for checking, navigation, and proof assistance.