Add piia-engram: cross-tool identity & memory layer (partner-built)#272
Open
Patdolitse wants to merge 1 commit into
Open
Add piia-engram: cross-tool identity & memory layer (partner-built)#272Patdolitse wants to merge 1 commit into
Patdolitse wants to merge 1 commit into
Conversation
…kers Persistent personal memory across tools and chats. Profile, preferences, lessons, and decisions live as local JSON — every AI tool and every new conversation reads the same memory. AI proposes; you approve what becomes permanent. Local-first, no cloud, no account. - partner-built/piia-engram/.claude-plugin/plugin.json - partner-built/piia-engram/.mcp.json (uvx --from piia-engram self-contained) - partner-built/piia-engram/README.md - partner-built/piia-engram/LICENSE (Apache-2.0) - marketplace.json: added piia-engram entry under productivity category Both 'claude plugin validate' checks pass cleanly.
fdcf557 to
2d5ef3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds piia-engram under
partner-built/and registers it inmarketplace.json.What it is
A cross-tool personal identity layer for AI users. Stores your profile, preferences, lessons, and decisions as local JSON — every AI tool (Claude Cowork, Claude Code, Cursor, Codex, Windsurf, any MCP client) reads the same memory store at
~/.engram/. AI proposes knowledge; you approve what becomes permanent.Why this fits knowledge-work-plugins
Knowledge workers using Cowork hit two recurring frictions that piia-engram targets directly:
staging → verifiedmodel puts a human consent step between "AI noticed this" and "this is now part of your identity".The plugin is generic — it works for any role, not just developers. The skills/connectors-per-role plugins in this repo are vertical; piia-engram is the horizontal layer that follows the user across them.
Plugin structure
partner-built/piia-engram/.claude-plugin/plugin.json— manifest (name, version, description, author, homepage, license)partner-built/piia-engram/.mcp.json—uvx --from piia-engramself-contained startup, no separate install requiredpartner-built/piia-engram/README.md— what it is, how to install, linksQuality / readiness
piia-engram(current v3.30.1)claude-plugins-communityvia the in-app formpunkpeye/awesome-mcp-serversandkyrolabs/awesome-agentsConnectors
piia-engram is the MCP server itself (it doesn't wrap third-party services like Slack/Notion/etc.). Knowledge stays local in
~/.engram/; no third-party data flow.Maintenance
Active development with a ~3-day release cadence. Upstream changes will be reflected here by bumping the marketplace.json sha pin.
Happy to address review feedback — open to discussion on category placement, description wording, or any other adjustments needed for merge.