engram

SteerMesh/engram
★ 0 stars Go 🗄️ Database Updated today
Local memory store for AI agents — SQLite-backed observations, semantic search, knowledge graph, and MCP server.
View on GitHub → Try with Claude — $10 free →

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/SteerMesh/engram@latest"
      ]
    }
  }
}