← All plugins
nemp
v0.3.0Nemp Memory — Cognitive memory layer for AI agents across every platform. Local-first, zero cloud, works with Claude, Codex, Cursor, and Windsurf.
Claude Code1 skill
by Sukin ShettyMIT126updated 1 month ago
Source
git clone https://github.com/SukinShetty/Nemp-memoryClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
nemp/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
nemp-memorySKILL.md
Persistent local memory for AI agents. Save, recall, and search project decisions as local JSON. Zero cloud, zero infrastructure.
Manifests1
.claude-plugin/plugin.json
{
"name": "nemp",
"version": "0.3.0",
"description": "Nemp Memory — Cognitive memory layer for AI agents across every platform. Local-first, zero cloud, works with Claude, Codex, Cursor, and Windsurf.",
"author": {
"name": "Sukin Shetty",
"email": "contact@nemp.dev",
"url": "https://github.com/SukinShetty"
},
"homepage": "https://nemp.dev",
"repository": "https://github.com/SukinShetty/Nemp-memory",
"license": "MIT",
"commands": "./commands/",
"skills": "./skills/"
}