← Back to Plugins
MCP Server MCP

io.github.kael-bit/engram

github By github 👁 1 views ▲ 0 votes

Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "engram-rs-mcp",
      "version": "0.10.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the engram server",
          "format": "string",
          "name": "ENGRAM_URL"
        },
        {
          "description": "API key for authentication",
          "format": "string",
          "isSecret": true,
          "name": "ENGRAM_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...