claude-mem Install (Grok Bot)
A setup skill that installs claude-mem on Grok Bot via a local worker with the CMEM Pro observer, an opt-in host-login observer, or a remote cmem.ai server.
UtilitiesIntermediate★ 93,027⑂ 8,178AI score 8/10Last updated: Sep 2, 2026
What it does
- Picks the correct
claude-meminstall command for Grok Bot depending on your desired topology. - Default path: local worker on
127.0.0.1:<port>(default37700 + uid%100) plus the CMEM Pro observer — explicitly warns not to pass--provider host. - Documents the required environment variables (
CLAUDE_MEM_PROVIDER,CLAUDE_MEM_OPENROUTER_BASE_URL,CLAUDE_MEM_OPENROUTER_MODEL) and the installer OAuthcm_prokey flow. - Covers the opt-in local host-login observer (loopback OpenAI-compatible shim) and remote worker/observer setup with
CLAUDE_MEM_MCP_TOKEN. - States constraints up front: Grok Bot has no session-start / file-read / tool-use hooks, no xAI key or Claude CLI needed, and a healthy worker should not be restarted.
Who it's for
- Users adding persistent memory to Grok Bot through claude-mem.
- People running claude-mem without Cursor.
- Operators wiring a shared remote worker (cmem.ai or self-hosted).
Examples
- "Install claude-mem on Grok Bot" → runs
npx claude-mem install --ide grok-botand selects CMEM Pro in the interactive installer. - "Summarize with my own Grok login instead of a hosted model" → opt in with
--provider hostfor the loopback shim. - "Point it at a remote server" → set
CLAUDE_MEM_MCP_TOKEN, then install with--runtime server --server-url https://cmem.ai.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/thedotmack/claude-mem/HEAD/claude-mem-grok-bot/skills/install/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the claude-mem-grok-bot/skills/install folder from the GitHub repo thedotmack/claude-mem into my ~/.claude/skills/thedotmack-claude-mem-install/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/thedotmack/claude-mem.git && mkdir -p ~/.claude/skills && cp -r claude-mem/claude-mem-grok-bot/skills/install ~/.claude/skills/claude-mem-install⚠ This is a third-party skill. Check the source repository before installing.
- Make sure Node.js (with
npx) and your Grok Bot environment are ready. - Clone the repository:
git clone https://github.com/thedotmack/claude-mem.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r claude-mem/claude-mem-grok-bot/skills/install ~/.claude/skills/claude-mem-install - Restart Claude Code and ask: "install claude-mem on Grok Bot".
- For the default setup run
npx claude-mem install --ide grok-botand finish the CMEM Pro OAuth login when prompted. - For remote mode, set the
CLAUDE_MEM_MCP_TOKENplugin variable first, then add--runtime server --server-url https://cmem.ai.
View source on GitHub ↗License: Apache-2.0