Piia Engram MCP Server

Tell AI once who you are, how you work, and what "good" means. Claude Code, Codex, Cursor, Windsurf, and other MCP-compatible tools can start from the same AI work identity layer - local files you own, no cloud account, no hidden memory you cannot inspect.

People who work with codex, context management and local first and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-01 · ★ 160 · #17 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Piia Engram

before you install - you'll need

Set ENGRAM_TOOLS, ENGRAM_AUTH_TOKEN before connecting.

Claude Code

claude mcp add patdolitse-piia-engram -- uvx piia-engram

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "patdolitse-piia-engram": {
      "command": "uvx",
      "args": [
        "piia-engram"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package piia-engram - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Patdolitse is GitHub-verified and matches the repo owner

03 · What Piia Engram can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v4.20.0 · 2026-09-01

Playbook 召回面(opt-in)/ Playbook recall surface · get_recall 新增 include_playbooks(默认关闭):浮现 playbook 指针桶 - - 仅元数据(id/标题/≤5 触发提示/≤240 字描述预览/版本),完整步骤永不进入召回载荷;最多 2 条且 ≤25% 知识预算,教训/决策保底容量 · 子代理上下文包里既有但一直为空的 playbook…

v4.19.1 · 2026-08-29

修复内容(Codex 终审六项合同缺口全修) · 历史快照不可变:改快照现在被拒绝(snapshot_immutable),不再可能造出"快照的快照"打穿版本拓扑 · lineage 字段显式拒绝(lineage_fields_rejected);调用方 API 禁写 supersedes 边,内部路径(决策链/冲突治理/导入去重)改直写 · 模糊匹配不再自动指认修订目标:只有标题/摘要完全一致才给 target_id…

v4.19.0 · 2026-08-28

知识修订闭环 / Knowledge revision loop · 统一修订合同:add_、memory_store、update_knowledge、manage_playbook(update) 汇入同一修订原语 - - 内容变更自动保留旧正文为不可变快照并递增版本号;纯元数据变更(tier/status)不快照不递增;版本关系内部生成(调用方不可写 lineage 字段)+ 环检测纵深防御…

04 · Who maintains Piia Engram

Piia Engram is maintained by patdolitse. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
memory - ranked #17 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-01)
registry
io.github.Patdolitse/piia-engram (active, first published 2026-05-23 · 65 versions)
packages
pypi:piia-engram

06 · Piia Engram FAQ

What is Piia Engram?

Tell AI once who you are, how you work, and what "good" means. Claude Code, Codex, Cursor, Windsurf, and other MCP-compatible tools can start from the same AI work identity layer - local files you own, no cloud account, no hidden memory you cannot inspect.

Is Piia Engram still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-01 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Piia Engram?

Run `uvx piia-engram`. The README documents 2 environment variables (ENGRAM_TOOLS, ENGRAM_AUTH_TOKEN) to set first. Set ENGRAM_TOOLS, ENGRAM_AUTH_TOKEN before connecting. You can also paste the ready-made client config above.

Does Piia Engram run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Piia Engram

Pairs well with

Servers that cover what Piia Engram doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135