
from hmem (persistent agent memory)10
Interactive installer and setup guide for hmem (persistent memory MCP server); automates .mcp.json config, memory dir, and adds agent hooks for Claude Code, Gem
This skill provides an interactive installer (hmem init) and manual setup instructions to install and configure hmem — a persistent-memory MCP server that integrates with agent tools (Claude Code, Gemini CLI, Cursor, OpenCode). It automates dependency installation, writes .mcp.json entries, creates a memory directory and default hmem.config.json, and deploys helper skill files and Claude hooks so agents can read and write long-term memory.
Use this skill when you want to add persistent, structured memory to your AI agent workflow. It's appropriate during initial environment setup for a developer machine or CI environment, when migrating memory across machines, or when you need consistent hook-based checkpointing and exchange logging for agent sessions.
hmem init, a non-interactive flag for CI, manual fallback steps (clone, build, configure .mcp.json), and a configuration reference for tuning memory behaviour and bulk-read selection. The SKILL.md also documents Claude-specific hook scripts and their behavior (UserPromptSubmit, Stop, SessionStart) and troubleshooting tips.Inferred compatible tools: Claude Code, Gemini CLI, Cursor, OpenCode, Windsurf. The skill explicitly documents Claude Code hooks and mentions other CLI tools in its compatibility list.
hmem-setup is a well-documented interactive installer skill for the hmem persistent memory MCP server. It covers automated setup via `hmem init` and a thorough manual fallback path. No bundled scripts were present to test. The SKILL.md is clean with no security concerns — no remote code execution, no credentials, no destructive commands. Configuration reference and troubleshooting table are comprehensive.
Installer/setup skill with no executable scripts — purely documentation. Clean security posture. Well-structured with good progressive disclosure (recommended path first, manual fallback after).