by chunkhound
Local first codebase intelligence
# Add to your Claude Code skills
git clone https://github.com/chunkhound/chunkhoundLast scanned: 4/29/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-29T06:26:32.261Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": false
}No comments yet. Be the first to share your thoughts!
Your AI assistant searches code but doesn't understand it. ChunkHound researches your codebase—extracting architecture, patterns, and institutional knowledge at any scale. Integrates via MCP.
watchdog, watchman, polling)Visit chunkhound.ai for documentation:
# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install ChunkHound
uv tool install chunkhound
.chunkhound.json in project root{
"embedding": {
"provider": "voyageai",
"api_key": "your-voyageai-key"
},
"llm": {
"provider": "claude-code-cli"
}
}
Note: Use
"codex-cli"instead if you prefer Codex. Both work equally well and require no API key.
chunkhound index
For configuration, IDE setup, and advanced usage, see the documentation.
| Approach | Capability | Scale | Maintenance | |----------|------------|-------|-------------| | Keyword Search | Exact matching | Fast | None | | Traditional RAG | Semantic search | Scales | Re-index files | | Knowledge Graphs | Relationship queries | Expensive | Continuous sync | | ChunkHound | Semantic + Regex + Code Research | Automatic | Incremental + realtime |
Ideal for:
MIT