Overview
mem-setup is an open-source integrations skill for Claude Code and compatible agents, published by thedotmack. Its author describes it as: “This skill should be used when the user asks to "set up claude-mem", "pair claude-mem", "connect cmem", "add my cmem key", "set up cloud sync in Cowork", or provides cmem.ai Connect values (sync token, user id, SyncHu…”. The project has 94k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `/plugin marketplace add thedotmack/claude-mem`.
What mem-setup does
Configure this plugin with the user's own cmem.ai credentials so hooks can capture and inject memory. Anyone can pair — credentials are per-user configuration, never hardcoded in plugin logic.
Best for
What’s inside
The SKILL.md for mem-setup is organised into these sections:
- What to collect
- Secret handling — non-negotiable
- Steps
- Alternate source
Installation
Add mem-setup to your agent with:
/plugin marketplace add thedotmack/claude-mem Review a skill’s source before installing it — skills can instruct your agent to run commands. This command comes from the skill’s public repository, which is the source of truth for setup steps. New to skills? Read how to install Claude Code skills.
Supported agents
- Claude Code — ships a claude code plugin marketplace
License
mem-setup is published under the Apache-2.0 license.
Strengths
- Clear Apache-2.0 license — safe to read and adapt within its terms
- Ships in thedotmack/claude-mem, an established project with 94,378 GitHub stars
- Works with Claude Code
- Actively maintained — repository updated in the last 30 days
- Its repository gained 1,653 GitHub stars over the last 21 days
Author
Topics
Frequently asked questions
- What does mem-setup do?
- This skill should be used when the user asks to "set up claude-mem", "pair claude-mem", "connect cmem", "add my cmem key", "set up cloud sync in Cowork", or provides cmem.ai Connect values (sync token, user id, SyncHub URL) for this plugin. Configures the claude-mem-cowork plugin credentials.
- How do I install mem-setup?
- Run /plugin marketplace add thedotmack/claude-mem in your agent, then reload your skills. Review the source at https://github.com/thedotmack/claude-mem before installing.
- Is mem-setup free to use?
- Yes. mem-setup is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Which agents does mem-setup work with?
- mem-setup lists Claude Code — named in its SKILL.md, its plugin marketplace or its repository topics. Skills use the portable SKILL.md format, so other agents that read that format may load it too.
- Where does mem-setup come from?
- mem-setup ships inside thedotmack/claude-mem, a repository that contains 25 catalogued skills in total. The repository's 94,378 GitHub stars apply to that whole collection, not to this skill on its own.