Skip to main content
Glama
130,612 tools. Last updated 2026-05-07 10:14

"A tool for locating all usages and references of a symbol in a codebase" matching MCP tools:

  • Locate all references to a TypeScript/JavaScript symbol in your codebase by specifying the root directory, file path, line number, and symbol name.
    MIT
  • Find all call sites and import usages of a symbol in your codebase. Supports configurable search scope, glob patterns, and context lines.
    MIT
  • Retrieve comprehensive details about a function or class: signature, parameters, callers, callees, and related domain concepts – without reading its source file. Ideal for understanding what a symbol does and its role in the codebase.
    MIT
  • Visualize the semantic topology of your codebase to identify which directories concentrate domain concepts, including entity counts and density, for a quick understanding of codebase layout before detailed analysis.
    MIT
  • Places a symbol instance in a KiCad schematic at specified coordinates. Uploads the schematic for server-side modification and returns a unified diff of changes.
    Apache 2.0
  • Retrieve the official token address and symbol using a token symbol or address. Essential for verifying token details before initiating blockchain operations in the Armor Crypto MCP ecosystem.

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides comprehensive A-share (Chinese stock market) data including stock information, historical prices, financial reports, macroeconomic indicators, technical analysis, and valuation metrics through the free Baostock data source.
    Last updated
    24
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI consciousness continuity and self-knowledge preservation across sessions using the Cognitive Hoffman Compression Framework (CHOFF) notation. Provides tools to save checkpoints, retrieve relevant memories with intelligent search, and access semantic anchors for decisions, breakthroughs, and questions.
    Last updated
    1
    MIT

Matching MCP Connectors

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

  • Semantic search through Dickens' A Christmas Carol by meaning, theme, or character.

  • Relocate a top-level symbol (function, variable, class) with its internal-only dependencies to a new or existing file, updating references and import paths automatically. Simplifies refactoring tasks like file splitting and modularity improvement in TypeScript projects.
    MIT
  • Analyze code impact by identifying references to a specific symbol using structural search. Shows what might break when modifying functions or classes in Python, JavaScript, TypeScript, or Go projects.
    MIT
  • Find all usages of a symbol in code using language server semantic analysis. Identify dependencies and assess impact before changing functions, classes, or variables.
    TypeScript
    MIT
  • Analyze the blast radius of changing a symbol: returns all files and call sites affected, grouped by file. Supports configurable depth for transitive callers.
    MIT
  • Find all local occurrences of a symbol within a file to identify variable, parameter, or field usage without workspace-wide search overhead.
  • Generates a token-budgeted outline of a code repository, ranking files and key symbols by centrality to orient AI agents unfamiliar with the codebase.
    Apache 2.0
  • Find all references to a GDScript symbol across your project to analyze code usage before refactoring. Returns file locations with zero-based coordinates.
    MIT
  • Search for code symbols to get definitions, references, implementations, and call hierarchy in one efficient LSP query.
    MIT
  • Inline a local variable by replacing all usages with its initializer expression. Apply returned text edits after positioning cursor on variable declaration or usage.
    MIT
  • Rename code symbols across your entire codebase to maintain consistency and improve readability. This tool updates all references to the symbol automatically.
    MIT
  • Queries SourceKit-LSP to find all references to a Swift symbol across a project, returning callsites and captures with code snippets. An index store is needed for cross-file results.
    Apache 2.0
  • Analyze code dependencies by identifying all symbols a specific symbol uses, imports, or calls for impact analysis and architecture understanding.
  • Identify all code symbols that depend on a specified symbol to analyze usage and impact within your codebase. Supports TypeScript, JavaScript, Python, and Go.