Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    ferstar

    mem-persist

    ferstar/mem-persist
    Productivity
    5
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    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.

    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):

    • MEM_API_URL - API endpoint (default: http://localhost:14243)
    • MEM_AUTH_TOKEN - Bearer token (default: helloworld)
    • MEM_SESSION_SOURCE - auto/claude/codex (default: auto)

    For detailed configuration and .env file setup, see README.md.

    Recommended Servers
    supermemory
    supermemory
    Context7
    Context7
    Memory Tool
    Memory Tool
    Repository
    ferstar/mem-persist
    Files