docs: update cli setup for audited MCP output - #352
Conversation
Deploying automem-website with
|
| Latest commit: |
3b9bc7b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7e80e068.automem-website.pages.dev |
| Branch Preview URL: | https://docs-mcp-automem-cli-setup.automem-website.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3b9bc7b443
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| npx @verygoodplugins/mcp-automem config | ||
| ``` | ||
|
|
||
| Use `config` when you want the CLI to reprint your current configuration later without re-running the setup wizard. This command prints human-readable output for the supported surfaces, including Claude Desktop JSON, Claude Code env export lines, and Hermes YAML. |
There was a problem hiding this comment.
Describe
config as a template generator
For users expecting this command to redisplay values saved in .env, this is inaccurate: at the pinned release, runConfig calls zero-argument snippet builders whose output contains literal ${AUTOMEM_API_URL} and ${AUTOMEM_API_KEY} placeholders (also shown above at lines 335–336), so it does not read or reprint the user's current endpoint or key. Describe the command as regenerating configuration templates rather than reprinting the current configuration.
Useful? React with 👍 / 👎.
CLEAR
Summary
cli/setupguidance from legacy docs: fix drift in Setup & Installation #317/docs: fix drift in Setup & Installation #281 with a fresh release-audited page updatesetupoutput surface: Claude Desktop, Claude Code, and Hermes onlyconfigprints human-readable snippets whileconfig --format=jsonemits raw JSON, and expand the published template directories to the full eight-package surfaceTests
PATH=/Users/jgarturo/Projects/OpenAI/automem-website/.worktrees/docs-mcp-cli-setup/node_modules/.bin:/Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH /Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin/node --test tests/*.test.mjs-> pass (81tests,80passed,0failed,1skipped; skipped check expected becausedata/emdash.dbis not present)PATH=/Users/jgarturo/Projects/OpenAI/automem-website/.worktrees/docs-mcp-cli-setup/node_modules/.bin:/Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH /Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin/node --run build-> pass (/docs/cli/setup/index.htmlrendered; Pagefind indexed71HTML files;_routes.jsongenerated with70pre-rendered pages)git diff --check-> pass (no output, exit0)Verification
/Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin/node --test tests/cli-setup-docs.test.mjsPATH=/Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH /Users/jgarturo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin/node --run buildRelease Pin
mcp-automem0.16.0 commit9a0bbf754dd31db524da25638b0e97907e32ff37Legacy References