#!/usr/bin/env node /** * hmem — Curate MCP Server (maintenance tools). * * Contains tools for memory curation, migration, and analysis. * Activate via /mcp when you need to curate, reorganize, or audit memory. * For daily read/write operations, use the hmem server instead. * * Environment variables: same as hmem server (HMEM_PATH, HMEM_PROJECT_DIR, etc.) */ export {};