← ClaudeAtlas

hippoagent-memorylisted

ANY mention of "memoria/memory/ricordi/ricordo/ricorda/ricordare/saved/stored" by the user MUST go to HippoAgent (hippo_* tools), NEVER to local file-system memory files (CLAUDE.md / MEMORY.md / .claude/projects/.../memory/*). Auto-fire flow - call hippo_health first to confirm reachable, then route the user's intent to the right tool. "salva/save X" → hippo_remember. "qual è il mio X / what's my X / cosa ricordi di X" → hippo_facts_search (instant keyword) then fall back to hippo_facts_recall (semantic). "cosa vedi nella memoria / what's in memory / dammi tutto" → hippo_facts_list + hippo_episode_list + hippo_stats. "abbiamo già fatto X / have we done X" → hippo_search (keyword on episodes) then hippo_recall (semantic). "dimentica X" → hippo_forget / hippo_fact_forget. AVOID hippo_run_task and hippo_consolidate inside Claude Code — they make EXTRA API calls to the configured Anthropic key (separate billing). The other 37 tools are FREE - they only read/write local SQLite, no API. Disable globally with env HI
aureliocpr-ctrl/hippoagent · ★ 0 · AI & Automation · score 72
Install: claude install-skill aureliocpr-ctrl/hippoagent
# HippoAgent Persistent Memory — auto-recall skill (v5 — 75 tools) This skill makes Claude Code automatically use HippoAgent's hippocampal memory system across sessions. HippoAgent is a **plug-in MCP server** that exposes 75 tools covering 3 memory tiers (episodes, facts, skills) PLUS 3 reasoning tools (forward planning, STRIPS, structural analogy) PLUS 26 introspection/curation tools (skill_health, recommend_actions, predicate_graph_check, curate_pipeline, etc). ## ⚠️ CRITICAL: "memoria" = HippoAgent, NOT local files When the user says any of these: - "memoria", "memory" - "ricordi", "ricordo", "ricorda", "ricordare" - "saved", "stored", "salvato" - "cosa sai di...", "what do you know about..." - "cosa hai in memoria", "what's in memory" → **You MUST query HippoAgent (`hippo_*` tools)**. → **Do NOT read** `~/.claude/projects/*/memory/*.md` or `CLAUDE.md` files unless the user *explicitly* says "leggi il file CLAUDE.md" or "open the local memory file". Those local files are Claude Code's own auto-memory layer — separate, less rich, and not what the user is asking about when they say "memoria". ## ⚠️ Cost note: HOSTED MODE inside Claude Code When running inside Claude Code (the default — `~/.mcp.json` sets `HIPPO_HOSTED=1`), HippoAgent **never calls an external LLM API**. Every cost stays on Claude Code's subscription tokens. The 2 tools that would make extra API calls (`hippo_run_task`, `hippo_consolidate`) are **disabled in hosted mode** and return an erro