Find Symbol banner
ViperJuice ViperJuice

Find Symbol

Development community

Description

# Find Symbol Definition Quickly locate any symbol (class, function, method, variable) in the codebase using the MCP index. Use indexed results as authoritative only when repository readiness is `ready`. If `symbol_lookup` returns `index_unavailable` with `safe_fallback: "native_search"`, use native `rg`/file search and follow the readiness remediation, such as `reindex`. ## Usage ``` /find-symbol <symbol_name> ``` ## Examples - `/find-symbol PluginManager` - Find the PluginManager class - `/

Installation

Installs to ~/.claude/commands/viperjuice-code-index-mcp-find-symbol.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ViperJuice/Code-Index-MCP/HEAD/.claude/commands/find-symbol.md -o ~/.claude/commands/viperjuice-code-index-mcp-find-symbol.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository