Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By SukinShetty
Persist local memory for AI coding agents across projects and tools like Claude, Codex, Cursor, Windsurf. Auto-detect project stack, save/recall/search decisions and preferences, sync bidirectionally with CLAUDE.md, import/export between providers, track vitality, activities, and health—all zero cloud.
npx claudepluginhub sukinshetty/nemp-memory --plugin nempActivate 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
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Persistent memory system for AI coding sessions — cross-tool memory sharing with 6-dimensional hybrid search
Persistent memory for AI coding agents. Survives across sessions and compactions.
Curated 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 for Claude Code. Capture work across sessions and recall relevant context.
Universal memory runtime — cross-session cognitive memory for Claude Code. Remembers decisions, patterns, and context across coding sessions.
Persistent memory for Claude Code - store decisions, patterns, and context across sessions
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