{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Bumblebiber/hmem",
  "title": "hmem — Humanlike Memory for AI Agents",
  "description": "Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.",
  "version": "1.6.7",
  "websiteUrl": "https://github.com/Bumblebiber/hmem#readme",
  "repository": {
    "url": "https://github.com/Bumblebiber/hmem",
    "source": "github",
    "id": "1161506670"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hmem",
      "version": "1.6.7",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "HMEM_STORAGE_DIR",
          "description": "Directory where .hmem SQLite databases are stored. Defaults to ~/.hmem/",
          "isRequired": false,
          "isSecret": false
        }
      ]
    }
  ]
}
