directory-indexer-0.1.0 has been yanked.
Directory Indexer
Turn your directories into an AI-powered knowledge base.
Give AI assistants semantic search across your local files. Find relevant documents based on meaning, not just filenames.
Quick Start
# Install via npm
# Index your directories
# Start MCP server for AI assistants
Configure with Claude Desktop:
Now ask Claude: "Find files similar to my Redis incident reports" and it will search your indexed documents semantically.
Requirements
-
Qdrant: Vector database for semantic search
-
Embedding Provider (choose one):
- Ollama (recommended): Free local embeddings
- OpenAI: Requires API key
CLI Usage
# Index your directories
# Search semantically
# Find similar files
# Get file content
# Show status
Supported Files
- Text:
.md,.txt,.rst,.org - Code:
.rs,.py,.js,.ts,.go,.java, etc. - Data:
.json,.yaml,.csv,.toml - Config:
.env,.conf,.ini
Documentation
- API Reference: Complete CLI and MCP tool documentation
- Contributing: Development setup and guidelines
- Design: Architecture and technical decisions
License
MIT