Skip to main content
Glama
520,054 tools. Updated 2026-09-06 08:43

"A method or tool for converting code into a tree structure" matching MCP tools:

  • Append new PHP code statements to an existing method while correctly handling nested constructs like arrow functions and computed properties. Specify file, method, and code; optionally provide TypeScript types for variables.
    MIT
  • Search codebase for code structure using Tree-sitter AST patterns. Scans all files to match structural elements like functions or classes. Requires glob to limit scope.
    MIT
  • Retrieve a specific API specification's details by ID, including its domain and all collections with tag and method counts. Use it to explore an API's structure before diving into tags.
    Apache 2.0
  • Retrieve the hierarchical tree structure for an ontology class, showing its ancestor path and sibling nodes to understand its position in the ontology hierarchy.
    MIT

Matching MCP Servers

  • F
    license
    B
    quality
    C
    maintenance
    An MCP server that indexes source code into a local database and provides tools for querying code symbols, dependencies, and tree structure for JavaScript/TypeScript, Java, and Python.
    7
    -

Matching MCP Connectors

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • Extrait des champs structures (texte, nombre, date) depuis un texte libre.

  • Retrieve a hierarchical directory tree of your repository, honoring .gitignore and optionally including hidden files. Use to understand project structure without shell commands.
    MIT
  • Perform structural PHP code search with AST queries to detect anti-patterns like ->setX(null) calls and method chains missing null guards.
    MIT
  • Retrieves headings from a note as a tree structure to identify valid sections for editing or retrieval operations.
    MIT
  • Convert a complex method into a method object class whose __call__ holds the method body, with the original method delegating to it. Preview changes first; set apply=true to write.
    MIT
  • Inspect code structure by analyzing classes, methods, and line numbers to prepare for refactoring. Specify file path and depth to control detail level.
    MIT
  • Locate the function, method, or class that contains a given line number in a file. Supports nesting depth to retrieve parent definitions for better code navigation.
    MIT
  • List the binder structure of a Scrivener project, showing folders and documents in a hierarchical tree. Optionally filter to a specific folder path.
    MIT
  • Debug code rules by inspecting syntax tree structures. Use to discover correct syntax kinds and analyze how patterns are interpreted in ast-grep.
    MIT