felipeerias/clangd-mcp-server
3.4
If you are the rightful owner of clangd-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 dayong@mcphub.com.
The Clangd MCP Server bridges Claude Code with clangd to provide C++ code intelligence for large codebases.
Tools
Functions exposed to the LLM to take actions
find_definition
Jump to symbol definitions
find_references
Find all references to a symbol
get_hover
Get type information and documentation
workspace_symbol_search
Search symbols across workspace
find_implementations
Find interface/virtual method implementations
get_document_symbols
Get hierarchical symbol tree for a file
get_diagnostics
Get compiler errors, warnings, and notes
get_call_hierarchy
Get function callers and callees
get_type_hierarchy
Get base classes and derived classes
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client