Skip to content

docs: refresh cli config-tools release pin - #354

Merged
jack-arturo merged 1 commit into
mainfrom
docs/mcp-automem-config-tools
Aug 28, 2026
Merged

docs: refresh cli config-tools release pin#354
jack-arturo merged 1 commit into
mainfrom
docs/mcp-automem-config-tools

Conversation

@jack-arturo

@jack-arturo jack-arturo commented Aug 28, 2026

Copy link
Copy Markdown
Member

Summary

  • replace the stale cli/config-tools examples and resolution diagrams with release-pinned mcp-automem 0.16.0 behavior from 9a0bbf754dd31db524da25638b0e97907e32ff37
  • keep the startup endpoint precedence separate from the queue CLI fallback path: MCP server startup documents AUTOMEM_API_URLCLAUDE_PLUGIN_OPTION_API_URLAUTOMEM_ENDPOINT → default, while resolveAutoMemConfig() for the queue CLI documents AUTOMEM_API_URLAUTOMEM_ENDPOINT~/.claude.json → default
  • keep the generic JSON example on the shipped memory key without -y, while updating the Codex TOML example to the shipped [mcp_servers.memory] / [mcp_servers.memory.env] form with -y
  • fix the recall --query invocation and narrow the documented debug stderr output to the audited AutoMem MCP server running line plus the process-tag path
  • add a focused docs regression test for this page

Verification

  • node --test tests/config-tools-docs.test.mjs
  • node --test tests/*.test.mjs
  • node scripts/build-pages.mjs

Audit References

  • release pin: mcp-automem 0.16.0 at 9a0bbf754dd31db524da25638b0e97907e32ff37
  • replacement for legacy docs audits #324 and #282

Notes

  • the Codex TOML example is sourced from the shipped template; host-app parser acceptance remains a UI-level check and is not claimed here
  • legacy PRs remain open for traceability per the reconciliation instructions

@jack-arturo
jack-arturo enabled auto-merge August 28, 2026 20:56
@jack-arturo
jack-arturo added this pull request to the merge queue Aug 28, 2026
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying automem-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6012f08
Status: ✅  Deploy successful!
Preview URL: https://e6bb74ec.automem-website.pages.dev
Branch Preview URL: https://docs-mcp-automem-config-tool.automem-website.pages.dev

View logs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6012f081a6

ℹ️ 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".


This page explains how to configure the mcp-automem client to connect to your AutoMem service. It covers environment variables, configuration resolution priority, platform-specific configuration files, and validation. For initial setup instructions, see [Setup & Installation](/docs/cli/setup/). For platform-specific integration details, see [Platform Installers](/docs/cli/platform-installers/).

The examples on this page are pinned to the audited `mcp-automem` `0.16.0` release commit `9a0bbf754dd31db524da25638b0e97907e32ff37`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the audited parent-watchdog setting

The new release-pin claim leaves the environment-variable reference incomplete: the repository's pinned audit at .github/docs-pr-reconciliation/audits/release-audit-final.md:64 identifies AUTOMEM_PARENT_WATCHDOG_MS as a supported 0.16.0 runtime setting, with a 30,000 ms default, POSIX-only effect, and no disable value, and explicitly requires a row here. Operators needing to tune lifecycle polling therefore cannot discover this setting from the page now presented as release-audited.

Useful? React with 👍 / 👎.

```

The debug output shows the resolved `endpoint` and whether an `apiKey` was found (the actual key value is masked for security).
Expect the narrow stderr lines above rather than per-tool traces, HTTP dumps, or retry/backoff logs.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the ineffective debug troubleshooting instruction

When configuration resolution behaves unexpectedly, the preceding text still tells users to enable debug mode “to see which values are being loaded,” but this replacement now correctly states that the audited output contains only the conditional process-title line and the server-start line. Neither reveals the resolved endpoint, key presence, or winning source, so following this troubleshooting step cannot diagnose the stated problem; replace it with an actual way to inspect the effective configuration rather than merely telling readers to expect no traces.

Useful? React with 👍 / 👎.

Merged via the queue into main with commit 91e7e62 Aug 28, 2026
4 checks passed
@jack-arturo
jack-arturo deleted the docs/mcp-automem-config-tools branch August 28, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant