By SukinShetty
Persistent local memory for AI agents across sessions and platforms. Save, retrieve, search, and sync memories with auto-activity capture, technology stack detection, and cross-provider export to Codex, Cursor, and Windsurf.
Activate Nemp Pro with your license key
View captured activity log
Enable or disable automatic activity capture
Enable or disable automatic cross-provider memory export
Enable or disable automatic syncing to CLAUDE.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code forgets everything between sessions. You waste 15-20 minutes every day re-explaining:
Other memory plugins exist, but they're complicated:
Nemp is stupidly simple:
/plugin marketplace add https://github.com/SukinShetty/Nemp-memory
/plugin install nemp
# Done.
Zero dependencies. No cloud. No API keys. Plain JSON files. Just works.
Cross-platform: Works on Claude Code, OpenClaw, and any AgentSkills-compatible platform. One memory store, multiple agents.
| Feature | Other Plugins | Nemp |
|---|---|---|
| Setup | 10+ steps | 2 commands |
| Dependencies | SQLite, Ollama, web servers | None |
| Cloud Required | Often yes | No |
| API Key Required | Often yes | No |
| Data Storage | Binary databases, cloud | Plain JSON |
| Privacy | Data may leave your machine | 100% Local |
| Auto-detect Stack | No | Yes |
| Proactive Suggestions | No | Yes |
| Auto-sync to CLAUDE.md | No | Yes |
| Two-way CLAUDE.md sync | No | Yes |
| Conflict detection | No | Yes |
| Works Offline | Sometimes | Always |
| Cost | Free to $19/month | Free Forever |
| Feature | Description |
|---|---|
| Agent ID Tracking | Every memory records which agent wrote it — main, nemp-init, backend, etc. |
| Access Logs | All read/write/delete operations logged to .nemp/access.log with timestamps and agent names |
/nemp:log Command | View the full audit trail. Filter by agent, tail recent entries, or clear the log |
| Token Compression | /nemp:save compresses values before storing — ~70% smaller, preserves all technical terms |
/nemp:init Optimized | Single bash scan, reads only package.json, writes all memories in one operation |
| MEMORY.md Index | Auto-generated index at .nemp/MEMORY.md with agent attribution and quick overview |
Unique to Nemp: Auto-detects your entire stack in one command.
/nemp:init
That's it. Nemp scans your project and automatically detects:
Example output:
Scanning your project...
I found:
Framework: Next.js 14 (App Router detected)
Language: TypeScript (strict mode enabled)
Database: PostgreSQL via Prisma
Auth: NextAuth.js
Styling: Tailwind CSS
Package Manager: npm
Saved 6 memories in 2 seconds
Claude now knows your stack forever.
Why this matters:
Unique to Nemp: Semantic search that understands what you're looking for.
/nemp:context auth
Nemp doesn't just search for "auth" — it expands to:
Example output:
FOUND 3 MEMORIES MATCHING "auth"
auth-provider [KEY MATCH]
NextAuth.js with JWT strategy
npx claudepluginhub sukinshetty/nemp-memory --plugin nempCurated persistent memory for Claude Code. Write gate prevents bloat — only behavior-changing facts get saved. Tiered architecture: daily logs, structured registers, and auto-loaded working memory.
Persistent memory system for AI coding sessions — cross-tool memory sharing with 6-dimensional hybrid search
Persistent memory system enabling AI coding assistants (Claude, Cursor, Copilot) to maintain context across sessions.
Automatic memory recall for Claude Code - remembers context from past sessions
Multi-tiered memory and knowledge base with semantic search, auto-compaction, and built-in evaluation. Works across Claude Code, Copilot CLI, OpenCode, Cline, and Cursor.
memX: local-first semantic memory for coding agents. Native Claude Code lifecycle hooks.