Verify Mcp banner
ViperJuice ViperJuice

Verify Mcp

Development community

Description

# Verify MCP Usage Check if MCP tools are being used correctly and efficiently. ## Usage ``` /verify-mcp ``` ## What It Does This command performs a self-check to verify: 1. MCP tools are available and working 2. Repository readiness is `ready` 3. Search performance is optimal 4. `index_unavailable` responses are treated as `native_search` fallback signals ## Verification Steps 1. **Check MCP Status** - Uses `mcp__code-index-mcp__get_status()` - Verifies index health and repository r

Installation

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

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

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

Full documentation available on GitHub

View Source Repository