smithery.ai

mem-persist

Saves Claude Code or Codex CLI conversation threads to Nowledge Mem knowledge base via HTTP API. Use when user requests to save, persist, or backup the current session or conversation thread.

First seen Mar 10, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,266 B
  • docs SUMMARY.md 210 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Save Conversation to Nowledge Mem

Persists the current conversation thread to a remote Nowledge Mem server.

Usage

IMPORTANT: Always set PROJECT_PATH to the actual project directory (from <env> block's working directory), not the skill's directory.

# Save current session
PROJECT_PATH=/path/to/project uv run python -m mem_persist save

# With custom title
PROJECT_PATH=/path/to/project uv run python -m mem_persist save --title "Feature X implementation"

# Force specific source (skip auto-detect)
PROJECT_PATH=/path/to/project uv run python -m mem_persist save --source codex

Troubleshooting

PROJECT_PATH=/path/to/project uv run python -m mem_persist diagnose

Configuration

Environment variables (optional):

  • MEMAPIURL - API endpoint (default: http://localhost:14243)
  • MEMAUTHTOKEN - Bearer token (default: helloworld)
  • MEMSESSIONSOURCE - auto/claude/codex (default: auto)

For detailed configuration and .env file setup, see [README.md](./README.md).