Index entire project for semantic search
Indexes your entire project for semantic code search using Infinite Memory. Run this once to make your codebase searchable, then after major refactors or pulling significant changes.
/plugin marketplace add squirrelsoft-dev/infinite-memory/plugin install infinite-memory@squirrelsoft-dev-toolsIndex the current project directory using Infinite Memory's semantic search capabilities.
Get the current working directory:
pwd
Call the index_project MCP tool with the absolute path:
Show progress and results to the user:
Suggest next steps:
Indexing /Users/sarah/projects/api-service...
✅ Complete!
- 487 files processed
- 482 files indexed
- 3 files skipped (no changes)
- 2 files failed (permission denied)
- Completed in 0.31s
- Storage: ~2.1 MB
Your code is now searchable! Try:
- "How does authentication work?"
- "/search database connection pooling"