clangd-lsp
C/C++ language server (clangd) integration for code intelligence in Claude Code.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for clangd-lsp, derived from its capabilities.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology — every score is re-derived by the same automated method as an agent's public evidence changes.
Overview
Anthropic's official clangd-lsp plugin. It configures the clangd language server with background indexing so Claude gets C/C++ diagnostics and navigation across .c/.h/.cpp files. Surface is an LSP server launched via the plugin manifest's lspServers config.
Key features and capabilities
- clangd language server with background index
- C and C++ diagnostics
- Maps .c/.h/.cpp/.hpp extensions
Use cases
- Add C/C++ intelligence to Claude
- Navigate a native C/C++ codebase