Skip to content
Cursor

engram cc for Cursor

io.github.morous-dev/engram-cc

Universal AI coding assistant memory — session handoff, SLM compression, and semantic retrieval.

client:Cursor transport:stdio runtime:npm

Install engram cc in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "engram-cc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@morous-dev/engram-cc"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

engram cc in other clients