Check memory indexing status and health
Check if your project is indexed and ready for semantic search. Returns indexing status and confirms whether code is searchable.
/plugin marketplace add squirrelsoft-dev/infinite-memory/plugin install infinite-memory@squirrelsoft-dev-toolsCheck the indexing status and health of Infinite Memory for the current project.
Get the current working directory:
pwd
Check indexing status by querying the database:
query_memory MCP tool with current directoryPresent status in clear format:
If Indexed (query returned results):
š Memory Status: /path/to/project
ā
Indexed - {N} results found for test query
Your code is searchable! Use:
- /infinite-memory:search <query> - Semantic search
- /infinite-memory:index-project - Update index
- /infinite-memory:re-index - Force full re-index
If Not Indexed (query returned 0 results):
ā Not Indexed
This project hasn't been indexed yet.
To enable semantic search, run: /infinite-memory:index-project
This will:
- Index all supported files (.py, .js, .ts, .md, etc.)
- Generate embeddings for semantic search
- Enable natural language code queries
š Memory Status: /Users/dev/projects/api-service
ā
Indexed - 5 results found for "API"
Your code is searchable! Use:
- /infinite-memory:search <query> - Semantic search
- /infinite-memory:index-project - Update index
- /infinite-memory:re-index - Force full re-index
ā Not Indexed
This project hasn't been indexed yet.
To enable semantic search, run: /infinite-memory:index-project
This will:
- Index all supported files (.py, .js, .ts, .md, etc.)
- Generate embeddings for semantic search
- Enable natural language code queries
If status shows issues:
No files indexed:
/index-project againMany files failed:
Slow searches:
pwd + query_memory (with max_results: 1)shasum, ls, du, stat