qgrep-mcp
01Plugin Claude Code
Transparent indexed code search that automatically accelerates Grep on large codebases using qgrep indexes.
Plugin Claude Code
Transparent indexed code search that automatically accelerates Grep on large codebases using qgrep indexes.
Agent
Fast code search agent that uses indexed search (qgrep) for large codebases. Spawn this agent when exploring, searching, or investigating code across a repository — especially repos with 5k+ files where standard grep is slow.
Hook
Runs before the agent uses a tool for Grep tool calls, executing intercept_grep.py via python3. From sumisingh10/qgrep-mcp.
Hook
Runs after a tool call finishes for Grep tool calls, executing record_grep_latency.py via python3. From sumisingh10/qgrep-mcp.
Skill Claude CodeCodex
This skill should be used when the user asks to "search code", "find in files", "grep for", "look for pattern", "search the codebase", "find references to", "find usages of", "search for function", "find where X is defined", or needs to search file contents across a directory tree. Provides guidance on using the…