zircote/cpp-lsp
3 stars · Last commit 2026-03-30
Claude Code plugin for C/C++ development with clangd LSP, clang-tidy, and clang-format
README preview
# cpp-lsp [](CHANGELOG.md) [](LICENSE) [](https://docs.anthropic.com/en/docs/claude-code/plugins) [](https://github.com/zircote/lsp-marketplace) [](https://isocpp.org/) A Claude Code plugin providing comprehensive C/C++ development support through: - **clangd LSP** integration for IDE-like features - **14 automated hooks** for compilation, linting, formatting, and analysis - **LLVM tool ecosystem** integration (clang-tidy, clang-format, cppcheck) ## Quick Setup ```bash # Run the setup command (after installing the plugin) /setup ```