← Back to Plugins
MCP Server MCP

io.github.HBarefoot/engram

github By github 👁 1 views ▲ 0 votes

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

Homepage Verified source GitHub

Install

npx -y @hbarefoot/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hbarefoot/engram",
      "version": "1.6.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "start",
          "type": "positional",
          "valueHint": "command"
        },
        {
          "type": "named",
          "name": "--mcp-only"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...