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

[![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](CHANGELOG.md)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Claude Plugin](https://img.shields.io/badge/claude-plugin-orange.svg)](https://docs.anthropic.com/en/docs/claude-code/plugins)
[![Marketplace](https://img.shields.io/badge/marketplace-zircote--lsp-purple.svg)](https://github.com/zircote/lsp-marketplace)
[![C++](https://img.shields.io/badge/C++-00599C?logo=cplusplus&logoColor=white)](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
```

View full repository on GitHub →