agentmemory-mcp-tools

agentmemory-mcp-tools is a skill for Claude Code from rmarquesa/agentmemory-offline. It costs 51 tokens per session (505 once invoked), scanned A, a copy of agentmemory-mcp-tools, Apache-2.0.

A reference guide to the MCP tools provided by agentmemory, a local memory service for coding agents. It explains what each tool does and which arguments it accepts.

In plain words
What is it for?
Use it to save and search memories, review sessions and file history, query linked knowledge, manage structured memory, and check or repair the memory store.
Why use it?
It removes guesswork when choosing a memory tool or interpreting its parameters.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the agentmemory plugin — 15 skills, 2 commands, 12 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rmarquesa/agentmemory-offline/agentmemory-mcp-tools
Any agent
npx skills add rmarquesa/agentmemory-offline --skill agentmemory-mcp-tools
Clone the repo
git clone --depth 1 https://github.com/rmarquesa/agentmemory-offline

Made for: Claude Code.

Or install agentmemory, the plugin that ships this one along with the rest of its 15 skills, 2 commands, 12 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentmemory-mcp-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/rmarquesa/agentmemory-offline/agentmemory-mcp-tools.svg)](https://agentmods.dev/skills/rmarquesa/agentmemory-offline/agentmemory-mcp-tools)
Your own site
<a href="https://agentmods.dev/skills/rmarquesa/agentmemory-offline/agentmemory-mcp-tools"><img src="https://agentmods.dev/badge/skills/rmarquesa/agentmemory-offline/agentmemory-mcp-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 505 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00505
Opus 5 $0.00026 $0.00253
Sonnet 5 $0.00010 $0.00101
Haiku 4.5 $0.00005 $0.00051

Measured 5d ago against content hash 8079643ede4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agentmemory-mcp-tools scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to agentmemory-mcp-tools — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugin/skills/agentmemory-mcp-tools/SKILL.md · 40 lines

What it actually says

agentmemory exposes its full capability set as MCP tools. This skill is the index: it tells you which tool to reach for and where to find exact parameters.

Quick start

Save then recall:

  1. memory_save with content (the insight), concepts (comma-separated keywords), files (comma-separated paths).
  2. memory_smart_search with query and limit to retrieve it later. This runs hybrid BM25 plus vector plus graph-expanded search.

Tool families

  • Capture: memory_save, memory_observe flows, memory_compress_file.
  • Retrieve: memory_smart_search, memory_recall, memory_file_history, memory_timeline, memory_vision_search.
  • Sessions and commits: memory_sessions, memory_commits, memory_commit_lookup.
  • Knowledge and graph: memory_lesson_save, memory_lesson_recall, memory_graph_query, memory_relations, memory_patterns, memory_crystallize.
  • Structured slots: memory_slot_create, memory_slot_append, memory_slot_get, memory_slot_list, memory_slot_replace, memory_slot_delete.
  • Governance and health: memory_governance_delete, memory_audit, memory_verify, memory_heal, memory_diagnose.

Workflow

  1. Pick the narrowest tool for the task. Prefer memory_smart_search for open recall, memory_recall when you already have a focused query, memory_sessions for session listings.
  2. Look up exact parameter names and which are required in REFERENCE.md before calling.
  3. Pass only documented fields. REST handlers whitelist fields and drop unknown ones.

See also

  • agentmemory-rest-api for the HTTP equivalents.
  • agentmemory-config for tool-visibility and feature flags.
  • The user-invocable action skills (remember, recall, recap, handoff, forget) wrap the most common tools.

Reference

Full tool table with parameters and the core-set marking lives in REFERENCE.md, generated from source so it never drifts.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 40 lines · 51 tokens per session scan A 8079643ede4e

Subscribe to this mod's changes

agentmemory-mcp-tools is a skill published in the GitHub repository rmarquesa/agentmemory-offline (0 stars, last pushed 5d ago), licensed Apache-2.0. It adds 51 tokens to every session and 505 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to agentmemory-mcp-tools, differing in 0 lines, and is treated as a copy.