Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Clang MCP
⚙️

Clang MCP MCP Server

C/C++ language server for code intelligence, diagnostics, and formatting in C++ projects.

ccpplanguage-serverclang

About

## Clang MCP Server: C/C++ Language Intelligence The **Clang MCP Server** integrates clangd into Google Antigravity, providing powerful C and C++ language intelligence with real-time diagnostics, code completion, and modern C++ feature support. ### Why Clang MCP? C and C++ power systems programming worldwide. The clangd MCP provides: - **Real-time Diagnostics**: Catch errors without full compilation - **Smart Completions**: Context-aware with template support - **Include Management**: Auto-include headers - **Modern C++ Support**: C++20 and beyond ### Key Features #### 1. Code Intelligence Full C/C++ understanding: - Template instantiation - Macro expansion - Preprocessor handling - Header navigation #### 2. Diagnostics Comprehensive error checking: - Syntax errors - Type violations - Memory issues (with sanitizers) - Undefined behavior warnings #### 3. Build Integration CMake and build system support: - compile_commands.json - Header search paths - Compiler flags ### Configuration ```json { "mcpServers": { "clangd": { "command": "clangd", "args": ["--mcp", "--background-index"] } } } ``` The Clang MCP brings modern IDE features to C/C++ development with the reliability of the LLVM toolchain.

Installation

Configuration
{
  "mcpServers": {
    "clangd": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers