Piia Engram for Cursor
io.github.patdolitse/piia-engram
Local-first AI identity for MCP coding tools. Lessons, decisions, and context you control.
client:Cursor
transport:stdio
runtime:pypi
Install Piia Engram in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"piia-engram": {
"type": "stdio",
"command": "uvx",
"args": [
"piia-engram"
],
"env": {
"ENGRAM_MCP_STARTUP_SYNC": "<ENGRAM_MCP_STARTUP_SYNC>",
"ENGRAM_TOOLS": "<ENGRAM_TOOLS>",
"PYTHONIOENCODING": "<PYTHONIOENCODING>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs