Skip to main content
Glama
465,591 tools. Updated 2026-08-19 05:04

"Understanding Code Relationships and Dependencies" matching MCP tools:

  • Retrieve all relationships—such as suppliers, competitors, partners, and dependencies—for a company entity by providing its entity ID.
    MIT
  • Query the knowledge graph to find entities connected to a given entity, revealing relationships and dependencies within specified depth.
    MIT
  • Analyze JavaScript code structure, dependencies, and patterns in Bitcoin Stamps to identify security risks, performance issues, and recursive relationships.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Cloudflare Workers MCP server: code-explainer

  • Explore graph relationships around a page to understand dependencies, mentions, collaborators, and nearby entities.
    Apache 2.0
  • Analyze data patterns and relationships around specific coordinates for validation, error investigation, and contextual understanding in CSV datasets.
    Apache 2.0
  • Analyzes Apple API relationships to reveal inheritance, protocol conformances, and recommended alternatives for understanding how APIs work together.
    MIT
  • Analyze foreign key relationships to build a dependency graph showing orphan tables, cascading delete chains, hub entities, and circular dependencies for schema design and migration planning.
    MIT
  • Find callers or callees of a method in Minecraft mod development to understand code dependencies. Query by class and method name with optional result limit.
    MIT
  • Extract function names from PureScript code snippets, focusing solely on functions while excluding data types and classes. Ideal for quick code analysis and understanding.
    MIT
  • Analyze project directories to detect languages, frameworks, entry points, structure, and dependencies for comprehensive project understanding.
    ISC
  • Identify all functions that call a given function to map dependencies, assess refactoring impact, and understand code flow.
    MIT