Skip to main content
Glama
205,135 tools. Last updated 2026-06-17 06:33

"Understanding the concept of dependency" matching MCP tools:

  • List direct or transitive import dependencies of a Go package. Use to audit package layering and map import chains before removing a dependency.
    MIT
  • Find transitive dependencies of any file up to a specified depth. Traverses the full dependency tree, mapping files to their depth, to understand deep coupling and plan refactoring.
    MIT
  • Analyze downstream impact of an API change. Inspect a dependency manifest to assess blast radius for planned changes.
    MIT
  • Search the live AWS documentation to discover the correct page for any service, API, or concept. Get ranked results with title, URL, summary, and excerpt.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs.

  • Guardian Open Platform: content search, articles, sections, tags. Free dev key.

  • Find groups of files that are isolated from the rest of the codebase to identify disconnected subsystems and potential code splitting opportunities.
    MIT
  • Find all files that import a specified file. Use this to understand dependency impacts and analyze module usages.
    MIT
  • Navigate the OMOP vocabulary hierarchy to find ancestor or descendant concepts, supporting phenotype definition and concept set building.
    MIT
  • Retrieve complete concept details, hierarchy, and mappings in a single call. Understand a medical concept's definition, position in classification, and cross-vocabulary links without multiple queries.
    MIT
  • Screen SEC filers by a specific XBRL concept and fiscal period to compare financial data across all companies.
    MIT
  • Build a knowledge graph from a seed memory using embedding similarity to explore how a concept connects to stored knowledge.
    MIT
  • Find medical concepts similar to a reference concept, name, or query using semantic, lexical, or hybrid algorithms. Explore related concepts and build phenotype sets.
    MIT
  • Summarize dependency analysis with counts of circular dependencies, hotspots, unused files, islands, and minimum dependents. Use for quick codebase health checks.
    MIT
  • Retrieve all static imports of a file, showing dependency path, line number, type (internal/external/stdlib), and imported symbols.
    MIT
  • Retrieve detailed information about an OMOP concept by its numeric concept_id. Get concept name, vocabulary, domain, class, standard status, valid dates, and synonyms.
    MIT
  • Find APIs across multiple frameworks using concept search. Enter a phrase like 'state management' to discover matching functions like useState, createStore, and more.
    MIT
  • Analyze the intent dependency graph to identify risks, bottlenecks, and stalled intents. Get critical path, cycles, status mismatches, and strategic insights.
    MIT