Run local memory
Supermemory stores private debugging context on the developer machine. It needs one model-provider key such as OPENAI_API_KEY, ANTHROPIC_API_KEY, GEMINI_API_KEY, or GROQ_API_KEY. Read the official Supermemory quickstart if you need provider setup help.
OPENAI_API_KEY=your_model_provider_key
npx supermemory local --port 6767
# if installed globally
supermemory local --port 6767
Keep this terminal running while your coding agent works. Local memories are stored in the project's .supermemory folder.
Windows note: if the npm wrapper says the server binary was not found, open bash or WSL in the project and run PORT=6767 ~/.supermemory/bin/supermemory-server after exporting your model-provider key.