Long-term memory for AI agents and developer workflows.
Capture locally, rank by reuse, share when it matters.
npm install -g unforgit
# Initialize in any repo
unforgit init
# Save a memory
unforgit add "We use UTC timestamps everywhere" --type semantic --tags "convention"
# Recall by meaning
unforgit recall "how to deploy" --types procedural,semantic --k 5
# Open the local memory dashboard
unforgit dashboard| Topic | Description |
|---|---|
| Concepts | Memory types, scopes, statuses, visibility policy, lifecycle |
| CLI Reference | All CLI commands — add, recall, templates, curate, merge, sync |
| Configuration | Local-first embeddings, optional OpenAI, authentication, sync settings, YAML config |
| API Server | HTTP API setup, endpoints, request examples |
| Server-Side AI | Team mode with server-side OpenAI integration |
| MCP Server | Cursor IDE integration via Model Context Protocol |
| Agent Tools | Programmatic TypeScript interface |
| Architecture | Project structure, semantic search, development |
pnpm dev:server # Start API server with hot reload
pnpm dev:cli # Run CLI in dev mode
pnpm build # Build for production
pnpm test # Run tests