646 B
646 B
| description |
|---|
| Open the EverMem Memory Hub to view statistics, search memories, and explore timeline |
When the user runs this command:
- First, start the proxy server in the background using the Bash tool:
node "${CLAUDE_PLUGIN_ROOT}/server/proxy.js" &
- Then, construct the Memory Hub URL with the actual API key using Bash:
echo "http://localhost:3456/?key=${EVERMEM_API_KEY}"
- Share a simple message with the user like: "Memory Hub server started. Open this URL to view your memories: [the URL from step 2]"
Do NOT show the bash commands or code blocks to the user. Just run them and share the final URL.