Skip to main content
Glama
ibuildrun

clangd-mcp

by ibuildrun

Related Servers

Alternatives to clangd-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      F
      maintenance
      An MCP server that provides semantic understanding of C++ codebases using libclang, allowing Claude to instantly find classes, functions, and their relationships without having to grep through thousands of files.
      33
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      An MCP server for C++ development that currently provides a server_status diagnostic tool. It validates a workspace directory and is designed to expand into build, test, and debugging capabilities.
      1
      MIT
    • F
      license
      B
      quality
      C
      maintenance
      Module-aware AST MCP server for C++20/23 projects using clangd for AST/LSP operations and a source-level module index, enabling module graph queries, references, diagnostics, and code formatting.
      14
      -

    TDQS

    A3.6/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: symbol search, include resolution, function listing, and formatting. There is no overlap or ambiguity.

    Naming Consistency4/5

    Most tools follow verb_noun pattern (find_symbol, get_includes, list_functions), but clang_format deviates slightly by starting with a noun. Overall, names are clear and predictable.

    Tool Count4/5

    Four tools is a small but reasonable set for a focused C/C++ analysis server. It covers essential tasks without being overly thin.

    Completeness3/5

    The tool surface covers basic code analysis and formatting, but lacks expected features like diagnostics, code completion, or refactoring. There are notable gaps for a clangd-based server.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues