HomeKnowledge & Memory › engram

engram

Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.

TypeScript Local macOSWindowsLinux
★ 47 stars Last pushed 2026-09-02 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.1)

npx -y engram-sdk@0.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "engram-sdk@0.5.1"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GEMINI_API_KEY required secret — Google Gemini API key for embeddings and LLM operations

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry