VOOZH about

URL: https://glama.ai/mcp/servers/integrations/llvm

⇱ LLVM | Glama


  • Why this server?

    Provides LLVM-based tooling for C/C++ language support through clangd integration, enabling advanced code analysis and refactoring capabilities.

    A
    license
    A
    quality
    A
    maintenance
    MCP server that keeps language server sessions warm and routes multiple languages through one process. Agents get persistent cross-file awareness, speculative execution (simulate edits before writing to disk), and 20 skills that encode correct multi-step operations like safe rename, blast-radius analysis, and end-to-end refactoring. Single Go binary, no runtime dependencies.
    Last updated
    50
    58
    MIT
  • Why this server?

    Provides structured debugging tools for LLDB, including execution control, breakpoint management, memory inspection, register viewing, stack traces, disassembly, symbol lookup, and expression evaluation for debugging C/C++ programs.

    A
    license
    A
    quality
    C
    maintenance
    Provides structured debugging capabilities through LLDB, enabling AI assistants to set breakpoints, inspect variables, analyze crashes, disassemble code, and evaluate expressions in C/C++ programs.
    Last updated
    17
    3
    Apache 2.0
  • Why this server?

    Provides capabilities to search and retrieve source code from LLVM projects hosted on the Android code search platform.

    A
    license
    B
    quality
    C
    maintenance
    Enables searching and browsing Android source code across projects like Android, AndroidX, and Android Studio via cs.android.com. It provides tools for regex-based code searches, full file content retrieval, and symbol autocomplete suggestions.
    Last updated
    4
    7
    20
    MIT
  • Why this server?

    Provides tools for static analysis of C++ code using clangd (part of the LLVM project), including diagnostics, hover information, go-to-definition, references, and document symbols.

    A
    license
    A
    quality
    A
    maintenance
    Provides GDB and clangd-based tools for debugging C++ programs, enabling step execution, variable inspection, diagnostics, and combined runtime-static analysis.
    Last updated
    27
    1
    MIT
  • Why this server?

    Integrates with clangd, the LLVM-based C++ language server, to enable code navigation and analysis capabilities for large C++ codebases.

    A
    license
    -
    quality
    F
    maintenance
    Provides C++ code intelligence tools for AI agents via the Model Context Protocol, enabling symbol navigation, type information, and diagnostics.
    Last updated
    37
    Mozilla Public 2.0
  • Why this server?

    Provides an interface to LLDB, enabling AI assistants to debug programs by setting breakpoints, stepping through code, inspecting variables, and executing LLDB commands.

    A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with LLDB debugging sessions through a standardized MCP interface, allowing natural language commands for debugging tasks like setting breakpoints, stepping, and evaluating expressions.
    Last updated
    753
    Apache 2.0
  • Why this server?

    Utilizes the clangd LSP from the LLVM project to provide high-accuracy navigation and symbol tracking for C and C++ codebases.

    A
    license
    -
    quality
    C
    maintenance
    Provides fast C++ code intelligence for LLMs by combining Tree-sitter parsing with clangd LSP for efficient symbol lookup, navigation, and hierarchy analysis. It optionally integrates Google Gemini AI to deliver deeper architectural insights and automated documentation summaries.
    Last updated
    25
    MIT