mit einem Klick
supermemory-login
// Log in to Supermemory. Use when the user needs to authenticate, set up their API key, or when memory features report a missing key.
// Log in to Supermemory. Use when the user needs to authenticate, set up their API key, or when memory features report a missing key.
Remove outdated or incorrect information from memory. Use when user says something is no longer true, wants to delete a memory, or information has changed.
Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for future reference.
Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.
| name | supermemory-login |
| description | Log in to Supermemory. Use when the user needs to authenticate, set up their API key, or when memory features report a missing key. |
| allowed-tools | Bash(node:*) |
Authenticate with Supermemory to enable persistent memory across Codex sessions.
node ~/.codex/supermemory/login.js
This opens a browser window for authentication. Once complete, the API key is saved automatically and memory features activate immediately.
If the browser does not open, the script prints a URL to visit manually.