engram

OscillateLabsLLC/engram
★ 6 stars Go AI/LLM Updated today
A private, local memory layer MCP server for your LLMs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engram": {
      "command": "go",
      "args": [
        "run",
        "github.com/OscillateLabsLLC/engram@latest"
      ]
    }
  }
}

README Excerpt

Event-sourced memory system for AI agents. No LLM in the write path — just reliable episode storage with semantic search. **[📖 View Documentation](https://oscillatelabsllc.github.io/engram/)** Most AI memory systems couple write reliability to LLM availability by performing entity extraction at write time. Engram takes a different approach: store episodes reliably first, search them semantically, and defer any expensive derived structures (knowledge graphs, entity extraction) to an optional seco

Tools (6)

DUCKDB_PATHEMBEDDING_API_KEYEMBEDDING_MODELEMBEDDING_URLENGRAM_PORTENGRAM_SERVER_URL

Topics

status-active