By Rika-Labs
Run lightning-fast semantic code searches using natural language queries to find patterns like authentication logic and error handling across your codebase, with auto-indexing and automatic lifecycle management during Claude sessions.
curl -fsSL https://raw.githubusercontent.com/rika-labs/sgrep/main/scripts/install.sh | sh
sgrep index
sgrep search "where do we handle authentication?"
sgrep watch| Guide | Description |
|---|---|
| Quick Start | Get searching in a few minutes |
| Deployment | Running sgrep locally |
| Configuration | Flags, env vars, and config files |
| Agent Integrations | Claude Code, Codex CLI, Pi, OpenCode, Factory |
| Offline Mode | Airgapped and proxy environments |
| Architecture | How indexing and search work |
| Troubleshooting | Common local issues |
Install any agent with one command:
curl -fsSL https://raw.githubusercontent.com/rika-labs/sgrep/main/scripts/install-agents.sh | sh -s claude
Apache License, Version 2.0. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin rika-labs-sgrepSemantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.
Smart semantic + hybrid code search for local repositories
Beacon — semantic code search for Claude Code
Semantic code search powered by ColBERT. Replaces grep/ripgrep with natural language understanding for smarter code navigation.
Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.
Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.