Skip to content

[Resource]: piia-engram #1892

@Patdolitse

Description

@Patdolitse

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

  1. pip install piia-engram && engram setup — takes 30 seconds
    1. Start a Claude Code session and ask "what do you know about me?" — Claude will call get_user_context and return your stored identity
    1. Add a lesson: tell Claude "remember that I prefer tabs over spaces" — it calls add_lesson
    1. 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

  • I have checked that this resource hasn't already been submitted
  • It has been over one week since the first public commit to the repo I am recommending
  • All provided links are working and publicly accessible
  • I do NOT have any other open issues in this repository
  • I am primarily composed of human-y stuff and not electrical circuits

Metadata

Metadata

Assignees

No one assigned

    Labels

    resource-submissionThis Issue submits a new resource to the listvalidation-passedResource has passed initial validation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions