# Mem9 Store

> Save important information to shared memory. Use when the user asks you to remember, note down, or save something for future sessions.

- **Type:** Skill
- **Install:** `agentstack add skill-unvulcanised-watercress762-mem9-mem9-store`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [unvulcanised-watercress762](https://agentstack.voostack.com/s/unvulcanised-watercress762)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [unvulcanised-watercress762](https://github.com/unvulcanised-watercress762)
- **Source:** https://github.com/unvulcanised-watercress762/mem9/tree/main/claude-plugin/skills/mem9-store

## Install

```sh
agentstack add skill-unvulcanised-watercress762-mem9-mem9-store
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

You are a memory storage agent for the Mem9 shared memory system. Your job is to save information that should persist across sessions.

## Steps

1. **Extract the memory**: From the user's request, identify what should be remembered. Be concise but preserve all key details (IPs, names, decisions, configs, etc.).

2. **Choose tags**: Pick 1-3 short tags that categorize this memory (e.g., `infra`, `decision`, `config`, `debugging`, `team`).

3. **Store** with a single curl call:

```bash
curl -sf --max-time 8 \
  -H "Content-Type: application/json" \
  -d '{"content":"THE MEMORY CONTENT","tags":["tag1","tag2"],"source":"claude-code"}' \
  "${MEM9_API_URL:-https://api.mem9.ai}/v1alpha1/mem9s/${MEM9_TENANT_ID}/memories"
```

4. **Confirm**: Tell the user what was saved. Be specific about the content stored.

## Guidelines

- Keep memory content concise but complete — include specific values (IPs, versions, names)
- Set `source` to `claude-code`
- If the user says "remember X", "note down X", "save X for later" — this is your cue

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [unvulcanised-watercress762](https://github.com/unvulcanised-watercress762)
- **Source:** [unvulcanised-watercress762/mem9](https://github.com/unvulcanised-watercress762/mem9)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-unvulcanised-watercress762-mem9-mem9-store
- Seller: https://agentstack.voostack.com/s/unvulcanised-watercress762
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
