Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/consiliency/code-index-mcp/verify-mcpgit clone --depth 1 https://github.com/Consiliency/Code-Index-MCPWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00422 |
| Opus 5 | $0.00000 | $0.00211 |
| Sonnet 5 | $0.00000 | $0.00084 |
| Haiku 4.5 | $0.00000 | $0.00042 |
Grade A, and why
verify-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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:
- MCP tools are available and working
- Repository readiness is
ready - Search performance is optimal
index_unavailableresponses are treated asnative_searchfallback signals
Verification Steps
-
Check MCP Status
- Uses
mcp__code-index-mcp__get_status() - Verifies index health and repository readiness
- Uses
-
Test Symbol Lookup
- Quick test:
mcp__code-index-mcp__symbol_lookup(symbol="PluginManager") - Should return in <100ms
- Quick test:
-
Test Code Search
- Quick test:
mcp__code-index-mcp__search_code(query="def test_", limit=5) - Should return in <500ms
- Quick test:
-
List Available Plugins
- Uses
mcp__code-index-mcp__list_plugins() - Should show 48 languages
- Uses
Expected Output
✅ MCP Verification Results:
- Status: Healthy
- Repository Readiness: ready
- Indexed Files: 312
- Languages: 48
- Symbol Lookup: <100ms
- Code Search: <500ms
- Indexed Search: ready
- Fallback: index_unavailable -> safe_fallback native_search
All systems operational!
Troubleshooting
If verification fails:
- Check if MCP server is running
- Verify index exists in .mcp-index/
- If readiness is non-ready, use native_search and run reindex when remediation asks for it
- Ensure AGENTS.md is loaded
- Review recent tool usage patterns
Performance Baseline
Compare against these benchmarks:
- Symbol lookup: <100ms (vs grep: 45s)
- Pattern search: <500ms (vs grep: 30s)
- Semantic search: <1s (grep: impossible)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 67 lines · 0 tokens per session scan A 7586426a3384
verify-mcp is a command published in the GitHub repository Consiliency/Code-Index-MCP (57 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 422 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.