Engram for Cursor
io.github.devinmlowe/engram
Cognitive memory for coding agents: hybrid recall, remember/forget, knowledge graph, nightly dreams.
client:Cursor
transport:stdio
runtime:npm
Install Engram in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"engram": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@devinmlowe/engram"
],
"env": {
"ENGRAM_DB_PATH": "<ENGRAM_DB_PATH>",
"ENGRAM_MCP_PORT": "<ENGRAM_MCP_PORT>",
"ENGRAM_MCP_TOKEN": "<ENGRAM_MCP_TOKEN>",
"ENGRAM_MCP_STANDALONE": "<ENGRAM_MCP_STANDALONE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs