Mcp Tools banner
ViperJuice ViperJuice

Mcp Tools

Development community

Description

# MCP Tools Quick Reference Complete guide to using MCP (Model Context Protocol) tools for efficient code exploration. Indexed search is authoritative only when repository readiness is `ready`. If `search_code` or `symbol_lookup` returns `index_unavailable` with `safe_fallback: "native_search"`, use native search and follow the remediation, such as `reindex`. ## Available MCP Tools ### 1. Symbol Lookup ```python mcp__code-index-mcp__symbol_lookup(symbol="ClassName") ``` - **Purpose**: Find ex

Installation

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

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

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

Full documentation available on GitHub

View Source Repository