Skip to content

MiguelMedeiros/unforgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unforgit — AI forgets everything. We fix that.

Unforgit

Long-term memory for AI agents and developer workflows.
Capture locally, rank by reuse, share when it matters.

npm version latest GitHub release License: MIT GitHub stars

npm install -g unforgit


Quick Start

# 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

Documentation

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

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

About

Git-backed memory for AI agents: durable, searchable knowledge that syncs with your repos.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages