Skip to content

Fallback slash commands

When the MCP connection to eden-memory is not working, eden-memory setup claude installs a set of slash commands in ~/.claude/commands/. These commands call the eden-memory CLI directly and bypass the MCP layer.

The setup helper installs the fallback commands automatically:

Terminal window
cd ~/project-a
eden-memory setup claude

Restart Claude Code after running the helper so the commands appear.

Command What it does
/eden-remember <content> Store a memory.
/eden-recall <query> Run a semantic recall.
/eden-search <keywords> Run a keyword search.
/eden-forget <id> Soft-delete a memory by ID.
/eden-vacuum Run a SQLite WAL checkpoint.
/eden-health Return a health, sync, and telemetry snapshot.
/eden-remember User prefers Python examples and short sentences.
/eden-recall Python style preferences
/eden-search Python
/eden-health

Fallback commands use the default database path and the scopes configured in the MCP server environment. If you need different scopes, use the MCP tools or call the eden-memory CLI directly.

Prefer the MCP tools (eden_remember, eden_recall, eden_search, etc.) when they are available. The slash commands are a fallback for troubleshooting or when the MCP server is temporarily unreachable.

Knowledge packets are available through the CLI (eden-memory packet) and the eden_packet MCP tool. There is no fallback slash command for packets; use the CLI or MCP when you want to build or export a workspace snapshot.