From Memsy
Diagnoses and resolves Memsy MCP tool failures (auth errors, network issues, missing tools) and guides through setup steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memsy:memsy-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is hitting a Memsy failure or asking for setup help. Diagnose, then fix.
The user is hitting a Memsy failure or asking for setup help. Diagnose, then fix.
Map the symptom to the cause:
| Symptom | Cause |
|---|---|
"tool memsy_* not found" / no Memsy tools available in toolkit | MCP server didn't load. Plugin not installed / enabled, or .mcp.json misconfigured. |
| 401 / 403 / "invalid API key" / "API key required" | MEMSY_API_KEY missing, wrong, or revoked. |
ECONNREFUSED / ENOTFOUND / "fetch failed" | Network issue, wrong MEMSY_BASE_URL, or local API not running (dev). |
| "Node not found" / "command not found: npx" | Node 18+ not on the PATH of the shell that launched Claude Code. |
| "Cannot find module '@memsy-io/mcp'" | npx -y @memsy-io/mcp failed — package not on npm yet, or local symlink missing. |
| Tools available but every call hangs | MCP process spawned but stuck. Restart Claude Code. |
claude plugin list
Should show memsy enabled. If not:
claude plugin marketplace add memsy-io/memsy then claude plugin install memsy@memsy.claude plugin enable memsy.export MEMSY_API_KEY=msy_...
# add to ~/.zshrc or ~/.bashrc to persist
Get a key at https://app.memsy.io. Restart Claude Code — MCP children inherit the launch env, so a key set after launch doesn't help.
@memsy-io/mcp isn't on npm yet)cd /path/to/memsy/mcp
npm install
npm run build # produces dist/server.js — this is what install.sh --dev points at
cd /path/to/memsy/plugins/claude-code
./install.sh --dev /path/to/memsy
Then restart Claude Code.
In a fresh Claude Code session:
/memsy-doctor
Should print Status: ok with version, profile, actor, session. If still failing, show the doctor output and re-diagnose.
memsy-recall skill) or store (memsy-remember), offer to re-attempt now./memsy-setup for first-time defaults (roles, teams, actor identity).restart Claude Code — env vars set after launch don't reach the MCP child.npx claudepluginhub memsy-io/memsy --plugin memsyInstalls, configures, or upgrades ClaudeMemory: checks gem version, runs doctor, inits databases, adds version markers, and reports status.
Diagnoses and fixes Claude Code setup/runtime issues like API authentication (Anthropic/Bedrock/Vertex), MCP server problems, and config errors using /doctor command, verbose mode, and bash diagnostics.
Guides installation, configuration, self-bootstrapping, troubleshooting, and operation of Mnemos for persistent scoped agent memory in Claude Code, OpenClaw, Cursor, Codex, and MCP hosts.