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.
npx agentmods add commands/doobidoo/mcp-memory-service/releasegit clone --depth 1 https://github.com/doobidoo/mcp-memory-serviceWrote 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.
[](https://agentmods.dev/commands/doobidoo/mcp-memory-service/release)<a href="https://agentmods.dev/commands/doobidoo/mcp-memory-service/release"><img src="https://agentmods.dev/badge/commands/doobidoo/mcp-memory-service/release.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00391 |
| Opus 5 | $0.00000 | $0.00196 |
| Sonnet 5 | $0.00000 | $0.00078 |
| Haiku 4.5 | $0.00000 | $0.00039 |
Grade A, and why
release 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 4d 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.
What it actually says
/release — Full Release Cycle
Execute the complete release workflow for mcp-memory-service by delegating to the codeberg-release-manager agent.
What This Command Does
Spawn the codeberg-release-manager agent to handle the entire release lifecycle:
- Pre-Release: List open PRs, merge approved ones, verify CI green on main
- Version Bump: Determine bump type (MAJOR/MINOR/PATCH) from PR labels, update
_version.py,pyproject.toml,README.md,uv.lock - Documentation: Update CHANGELOG.md (move [Unreleased] → version entry), README.md ("Latest Release"), CLAUDE.md (version callout)
- Landing Page: Update
site/index.htmlfor MINOR/MAJOR releases only — version badge, What's New cards, test count. Deploys automatically to mcpmemory.services on merge (.forgejo/workflows/deploy-site.yml) - Release Creation: Git tag on main, GitHub Release with notes + contributor recognition
- Post-Release: Clean up branches, close resolved issues, verify CI/CD workflows (PyPI auto-publishes via tag push)
Rules
- NEVER manually edit version files — the agent synchronizes all files atomically
- CI must be green before any merge or release — stop if red
- All review comments resolved before merge — no
--adminbypass for unresolved feedback - Landing page: MINOR/MAJOR only, skip for PATCH
- Save release summary to MCP Memory with tags:
mcp-memory-service,release,v<VERSION>
Invocation
Spawn codeberg-release-manager agent with context about what triggered the release (merged PRs, completed features, fixed issues).
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.
- 4d ago First seen · 27 lines · 0 tokens per session scan A a781b66311ae
release is a command published in the GitHub repository doobidoo/mcp-memory-service (1,922 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 391 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
graph
Show visualization-ready graph data with nodes, edges, and clusters for the indexed markdown files.
recall
Recall past Claude Code, Codex, and Cursor sessions about a topic and return a decision-focused brief.
learn
Force claude-smart to extract learnings from this session now.
session-end
I'll summarize this coding session and update the memory system with our accomplishments.
memory-store
Store an insight, decision, or pattern to memory.
tree
Show file tree with sync status indicators showing which files are indexed, modified, new, or deleted.