everme
25Plugin Claude Code
EverMe — automatic memory recall for Claude Code. Recalls relevant context from past sessions before each prompt and saves new turns through the EverMe gateway.
Plugin Claude Code
EverMe — automatic memory recall for Claude Code. Recalls relevant context from past sessions before each prompt and saves new turns through the EverMe gateway.
MCP server Claude CodeCodexCursor +2
MCP server "everme" as configured in EverMind-AI/EverMe. Runs ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/mcp-server.js with node.
Command
Print a concise EverMe plugin status + reference card.
Command
Recall relevant EverMe memories from past sessions and use them as context for the current task.
Hook
Runs when a session starts, executing session-start.js via node. From EverMind-AI/EverMe.
Hook
Runs when you submit a prompt, before the agent sees it, executing inject-memories.js via node. From EverMind-AI/EverMe.
Hook
Runs when the agent finishes a response, executing store-memories.js via node. From EverMind-AI/EverMe.
Hook
Runs when a session ends, executing session-summary.js via node. From EverMind-AI/EverMe.
Skill Claude CodeCodex
Persistent memory for Codex sessions with native lifecycle recall and save. Use EverMe proactively when the user refers to previous conversations, earlier decisions, "last time", "remember when", existing project conventions, or previously solved errors, or asks to continue prior work; save durable user preferences…
Skill Claude CodeCodex
Session-start primer that tells Kimi how EverMe's automatic cross-session memory works and how to treat the injected recall/profile context.
Skill Claude CodeCodex
Use EverMe memory proactively when the user refers to previous conversations, earlier decisions, "last time", "remember when", existing project conventions, or previously solved errors, and save durable user preferences, habits, and decisions the moment they are stated. Do not repeat a search when a non-empty block…
Skill Claude CodeCodex
Use EverMe cloud memory proactively when the user refers to previous conversations, earlier decisions, "last time", "remember when", existing project conventions, or previously solved errors, and save durable user preferences, habits, and decisions the moment they are stated. Do not repeat a search when the host…
Plugin Claude Code
Plugin marketplace listing 1 plugin: everos-sdk-upgrade.
Plugin Claude Code
Auto-migrate EverOS SDK between versions (Python only; Go/TS planned).
Skill Claude CodeCodex
Migrate EverOS SDK between versions (Python only; Go/TS planned). Auto-detects current version, chains rules to target. TRIGGER when: code imports evermemos/everos/everoscloud, user mentions upgrade/migrate everos, or dependencies contain outdated SDK version.