Skip to content
Zed

Piia Engram for Zed

io.github.patdolitse/piia-engram

Local-first AI identity for MCP coding tools. Lessons, decisions, and context you control.

client:Zed transport:stdio runtime:pypi

Install Piia Engram in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "piia-engram": {
      "command": "uvx",
      "args": [
        "piia-engram"
      ],
      "env": {
        "ENGRAM_MCP_STARTUP_SYNC": "<ENGRAM_MCP_STARTUP_SYNC>",
        "ENGRAM_TOOLS": "<ENGRAM_TOOLS>",
        "PYTHONIOENCODING": "<PYTHONIOENCODING>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Piia Engram in other clients