← Back to Plugins
MCP Server MCP

io.github.alphaonedev/ai-memory

github By github 👁 1 views ▲ 0 votes

Persistent memory for any AI — zero token cost until recall

Homepage Verified source GitHub

Install

oci:ghcr.io/alphaonedev/ai-memory:0.5.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/alphaonedev/ai-memory:0.5.1",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Feature tier: keyword, semantic, smart, autonomous",
          "value": "semantic",
          "type": "named",
          "name": "--tier"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the SQLite database file",
          "name": "AI_MEMORY_DB"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...