ai-memory 0.6.1

AI-agnostic persistent memory system — MCP server, HTTP API, and CLI for any AI platform
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.alphaonedev/ai-memory",
  "description": "Persistent memory for any AI — zero token cost until recall",
  "version": "0.5.2",
  "repository": {
    "url": "https://github.com/alphaonedev/ai-memory-mcp",
    "source": "github"
  },
  "websiteUrl": "https://alphaonedev.github.io/ai-memory-mcp/",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/alphaonedev/ai-memory:0.5.2",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [],
      "packageArguments": [
        {"type": "positional", "value": "mcp"},
        {"type": "named", "name": "--tier", "value": "semantic", "description": "Feature tier: keyword, semantic, smart, autonomous"}
      ],
      "environmentVariables": [
        {
          "name": "AI_MEMORY_DB",
          "description": "Path to the SQLite database file",
          "required": false
        }
      ]
    }
  ]
}