Skip to content
Cursor

engram server for Cursor

io.github.jamjet-labs/engram-server

Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.

client:Cursor transport:stdio runtime:oci

Install engram server in Cursor

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

{
  "mcpServers": {
    "engram-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/jamjet-labs/engram-server:0.5.0"
      ]
    }
  }
}

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

engram server in other clients