Piia Engram
About
Local-first AI identity for MCP coding tools. Lessons, decisions, and context you control.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ENGRAM_MCP_STARTUP_SYNC ENGRAM_TOOLS PYTHONIOENCODINGClaude Code
claude mcp add --env ENGRAM_MCP_STARTUP_SYNC= --env ENGRAM_TOOLS= --env PYTHONIOENCODING= piia-engram -- uvx piia-engram
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"piia-engram","command":"uvx","args":["piia-engram"],"env":{"ENGRAM_MCP_STARTUP_SYNC":"","ENGRAM_TOOLS":"","PYTHONIOENCODING":""}}'
JSON
{
"mcpServers": {
"piia-engram": {
"command": "uvx",
"args": [
"piia-engram"
],
"env": {
"ENGRAM_MCP_STARTUP_SYNC": "",
"ENGRAM_TOOLS": "",
"PYTHONIOENCODING": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.