Skip to main content
Glama
260,074 tools. Last updated 2026-07-05 04:08

"Understanding Perl, Language Server Protocol (LSP), and Abstract Syntax Trees (AST)" matching MCP tools:

  • Search arXiv papers by title, abstract, author, or category using advanced query syntax to find relevant academic research.
    MIT
  • Analyzes Apple API relationships to reveal inheritance, protocol conformances, and recommended alternatives for understanding how APIs work together.
    MIT
  • Retrieves all registered policies from the OPA server, returning each policy's ID, raw source, and abstract syntax tree for inspection.
    MIT
  • Get help and examples for Qase Query Language syntax, including operators, functions, entities, and practical query examples.
    MIT
  • Verify server identity and protocol compatibility by retrieving the manifest with protocol version, server name, and available capabilities before interacting with tools.
    Apache 2.0
  • Validate Pyxel scripts by parsing AST and checking for common anti-patterns to catch syntax errors before execution.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Enables AI assistants to search and analyze codebases using Abstract Syntax Tree (AST) pattern matching with ast-grep. Supports structural code search, pattern testing, and AST visualization across multiple programming languages.
    Last updated
    4
    424
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides advanced code structure and semantic analysis through Abstract Syntax Trees (AST) and Abstract Semantic Graphs (ASG) across multiple programming languages. It enables tasks like incremental parsing, complexity analysis, and AST diffing to help models understand and navigate codebases.
    Last updated
    35
    MIT

Matching MCP Connectors

  • Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.

  • Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.

  • Debug code rules by inspecting syntax tree structures. Use to discover correct syntax kinds and analyze how patterns are interpreted in ast-grep.
    MIT
  • Initialize or reinitialize the LSP server for a project root directory to enable code intelligence tools like references and diagnostics. Specify a language ID to select the correct server in multi-language repositories.
    MIT
  • Rename symbols across your entire Godot project using language server support, with fallback methods for non-LSP environments and warnings for potential missed references.
    MIT
  • Connects and initializes the GDScript Language Server for Godot editor integration. Use when automatic LSP connection fails.
    MIT
  • Retrieve class inheritance hierarchy trees for an indexed repository, showing parent-child relationships, abstract classes, and generating a Mermaid diagram.
    MIT
  • Retrieve code errors and warnings from Godot's language server diagnostics. Specify a file path or omit for project-wide analysis.
    MIT
  • Generate an abstract syntax tree (AST) for a file, returning it as a nested dictionary. Specify project, file path, depth, and whether to include node text for detailed code analysis.
    MIT