memesh

Solid

Use MeMesh to remember, recall, and manage AI knowledge across sessions. Triggers when the user asks to remember something, recall past decisions, forget outdated info, learn from mistakes, or analyze work patterns. Also triggers proactively when you make important decisions, fix bugs, or learn lessons worth preserving.

AI & Automation 14 stars 4 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# MeMesh — AI Memory Management Persistent memory layer for AI agents. Remember decisions, recall context, learn from mistakes — across sessions. ## How to Access (auto-detect) ``` 1. MCP tools available? (remember, recall, forget, learn in your tool list) → YES: use MCP tools directly (fastest, structured I/O) → NO: continue to step 2 2. CLI available? Run: memesh status → Works: use CLI commands below → "command not found": Run: npx @pcircle/memesh status → Works: use npx @pcircle/memesh <command> for all commands below ``` All examples below use CLI. MCP tools accept the same parameters as JSON objects. ## What's Already Automatic (Claude Code Plugin Hooks) If MeMesh is installed as a Claude Code plugin, these happen **without any action from you**: | Hook | When | What it does | |------|------|-------------| | **SessionStart** | Every session begins | Auto-recalls top memories for current project + surfaces lesson warnings + (opt-in) agentic-orchestration banner | | **PreToolUse (Edit)** | Before editing files | Injects memories related to the file or project | | **PreToolUse (Bash)** | Before bash commands | (Opt-in) Nudges Claude to dispatch high-verifiability commands as background agents | | **UserPromptSubmit** | When you submit a prompt | Detects "remember this" intent (5 languages: en, es, fr, pt, zh-TW) and reminds Claude to use memesh | | **PostToolUse (Commit)** | After `git commit` | Auto-tracks commit with diff stats as a memory entity |...

Details

Author
PCIRCLE-AI
Repository
PCIRCLE-AI/memesh-llm-memory
Created
4 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category