Retrieve all references, usages, and call-sites of a symbol across the indexed codebase to understand its usage and impact.
270,502 tools. Last updated 2026-07-07 20:47
"A tool for locating all usages and references of a symbol in a codebase" matching MCP tools:
- Find all locations where a specified symbol is used in your codebase. Quickly identify function calls, class usages, and variable references.Apache 2.0
- Find all references to a symbol in a source file by specifying its file path, line, and column. Returns locations of usages throughout the codebase.Mozilla Public 2.0
- Locate all references to a TypeScript/JavaScript symbol in your codebase by specifying the root directory, file path, line number, and symbol name.MIT
- Locate all TypeScript/JavaScript symbol references in your codebase by specifying file, line, and symbol name to identify usage patterns and dependencies.MIT
- Find all call sites and import usages of a symbol in your codebase. Supports configurable search scope, glob patterns, and context lines.MIT
Matching MCP Servers
- Alicense-qualityBmaintenanceMCP server enabling Claude Code to capture screenshots of Windows applications through WSL2, allowing AI to diagnose UI errors and verify layouts.Last updatedMIT
- Alicense-qualityDmaintenance提供A股实时行情、历史K线、财务报表、技术指标等全方位数据查询的MCP服务器,支持盘中即时更新及批量查询。Last updated18MIT
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.
- Search entire codebase for text patterns, returning file paths, line numbers, and code previews. Supports symbol definitions and usage counts.MIT
- Finds a symbol's definition and all its call sites in a single query. Use for refactoring, impact analysis, rename planning, and dead-code detection.MIT
- Get a comprehensive overview of any codebase—structure, frameworks, entry points, file types, and more—in a single call. Ideal for quickly orienting yourself in an unfamiliar project.MIT
- Find all code symbols that depend on a specific symbol. Pass a symbol name or full ID to see what uses it.Business Source 1.1
- Find any word occurring in symbol names, docstrings, or inline comments across the indexed codebase, returning file and line references.MIT
- Identify all imports, usages, and calls a symbol depends on. Pass a symbol name or fully qualified ID to trace its dependency graph.Business Source 1.1
- Retrieve account balances for all supported currencies, returning a mapping of currency symbol to balance amount.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
- Verifies API endpoint references in a PRD against the OpenAPI spec to catch typos and invalid paths.MIT
- Lists predefined variations with their environment usages for a feature flag setting, identified by setting ID.MIT
- Finds all references to a symbol at a specified file, line, and column, helping you identify where a symbol is used across the project.MIT
- Relocate a symbol to another file and automatically update its imports across all call sites.MIT
- Find documentation for a code symbol, prioritizing local context and doc comments over broad references.MIT
- Locate symbol definitions, references, and usage within Chromium source code to understand code structure and dependencies.