← Back to Plugins
MCP Server MCP

io.github.tstockham96/engram

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "engram-sdk",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Gemini API key for embeddings and LLM operations",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...