File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ For common operations, use simple shortcuts:
143143simple-memory search --query " typescript" --limit 5
144144simple-memory search --tags " project,work" --limit 20
145145simple-memory search --query " bug" --daysAgo 7
146+ simple-memory search --query " api" --verbose # Shows generated GraphQL
146147
147148# Store a memory
148149simple-memory store --content " Remember this note"
@@ -171,6 +172,8 @@ simple-memory import-memory --input backup.json
171172
172173Run ` simple-memory <command> --help ` for command-specific options.
173174
175+ > 💡 ** Learning GraphQL?** Use ` --verbose ` with any shortcut command to see the generated GraphQL query. Great for learning the syntax!
176+
174177#### Advanced: Raw GraphQL
175178
176179Power users can execute raw GraphQL queries:
@@ -309,7 +312,8 @@ Just add to your MCP config and start using it:
309312| ` MEMORY_BACKUP_INTERVAL ` | Minutes between backups | ` 0 ` (disabled) | ` 180 ` |
310313| ` MEMORY_BACKUP_KEEP ` | Number of backups to keep | ` 10 ` | ` 24 ` |
311314| ` MEMORY_CLOUD_SAFE ` | Cloud storage safe mode | ` false ` | ` true ` |
312- | ` DEBUG ` | Enable debug logging | ` false ` | ` true ` |
315+ | ` MEMORY_DEBUG ` | Enable debug logging in CLI mode | ` false ` | ` true ` |
316+ | ` DEBUG ` | Enable debug logging (MCP server) | ` false ` | ` true ` |
313317
314318### Custom Database Location
315319
You can’t perform that action at this time.
0 commit comments