Display Name
piia-engram
Category
Agent Skills
Sub-Category
None
Primary Link
https://github.com/Patdolitse/piia-engram
Author Name
Patdolitse
Author Link
https://github.com/Patdolitse
License
Apache-2.0
Other License
No response
Description
Cross-tool persistent memory MCP server for Claude Code. Stores user preferences, coding standards, and lessons learned locally, then shares them across Claude Code, Cursor, Codex, and any MCP-compatible client. Local-first with file-locking concurrency — no cloud, no account required.
Validate Claims
pip install piia-engram && engram setup — takes 30 seconds
-
- Start a Claude Code session and ask "what do you know about me?" — Claude will call
get_user_context and return your stored identity
-
- Add a lesson: tell Claude "remember that I prefer tabs over spaces" — it calls
add_lesson
-
- Open a second tool (Cursor or another Claude Code session) and ask the same question — the preference persists across tools
Specific Task(s)
Install piia-engram and configure it for Claude Code. Then across multiple sessions: (1) teach Claude a coding preference, (2) close the session, (3) open a new session and verify Claude remembers the preference without being told again. This demonstrates cross-session persistent memory working through MCP.
Specific Prompt(s)
Session 1: "Remember that I always use TypeScript strict mode and prefer functional components in React."
Session 2 (new session): "What are my coding preferences?" — Claude should recall the TypeScript and React preferences from session 1 without being reminded.
Additional Comments
No response
Recommendation Checklist
Display Name
piia-engram
Category
Agent Skills
Sub-Category
None
Primary Link
https://github.com/Patdolitse/piia-engram
Author Name
Patdolitse
Author Link
https://github.com/Patdolitse
License
Apache-2.0
Other License
No response
Description
Cross-tool persistent memory MCP server for Claude Code. Stores user preferences, coding standards, and lessons learned locally, then shares them across Claude Code, Cursor, Codex, and any MCP-compatible client. Local-first with file-locking concurrency — no cloud, no account required.
Validate Claims
pip install piia-engram && engram setup— takes 30 secondsget_user_contextand return your stored identityadd_lessonSpecific Task(s)
Install piia-engram and configure it for Claude Code. Then across multiple sessions: (1) teach Claude a coding preference, (2) close the session, (3) open a new session and verify Claude remembers the preference without being told again. This demonstrates cross-session persistent memory working through MCP.
Specific Prompt(s)
Session 1: "Remember that I always use TypeScript strict mode and prefer functional components in React."
Session 2 (new session): "What are my coding preferences?" — Claude should recall the TypeScript and React preferences from session 1 without being reminded.
Additional Comments
No response
Recommendation Checklist