Skip to content

docs(memory): document memgw Memory Gateway provider - #42

Merged
dizhaky merged 1 commit into
mainfrom
dan/memgw-docs
Jun 28, 2026
Merged

docs(memory): document memgw Memory Gateway provider#42
dizhaky merged 1 commit into
mainfrom
dan/memgw-docs

Conversation

@dizhaky

@dizhaky dizhaky commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Summary

Adds comprehensive documentation for the memgw (Memory Gateway) plugin:

  • plugins/memory/memgw/README.md — provider-level setup + config guide
  • website/docs/user-guide/features/memory-providers.md — user-facing feature docs
  • website/docs/developer-guide/memory-provider-plugin.md — API / extension reference
  • website/docs/developer-guide/gateway-internals.md — architecture notes
  • website/docs/reference/environment-variables.mdMEMORY_GATEWAY_URL entry
  • website/docs/reference/tools-reference.md — memory tools reference
  • website/docs/integrations/index.md — memgw listing
  • AGENTS.md / CONTRIBUTING.md — contributor guidance updates

Supersedes #35 (original commit was unsigned cursor-agent work; squashed into one signed commit).

🤖 Generated with Claude Code


Note

Low Risk
Documentation-only changes with no runtime or auth logic modified; risk is limited to doc accuracy or misleading setup guidance.

Overview
Documents the bundled memgw (Memory Gateway) memory provider across contributor guides, the plugin README, and the docs site so it is treated as the ninth in-tree backend with a documented fork exception to the “no new plugins/memory/” policy.

User-facing docs add a full memgw section to the memory-providers guide (MCP setup, MEMGW_API_URL / MEMGW_API_KEY, memgw.json, prefetch modes, circuit breaker, per-user scoping), bump provider counts from eight to nine, and list memgw first in CLI/integration/overview pages. Reference updates cover MEMGW_* env vars, conditional memgw_* tools, and hermes memory provider lists.

Developer docs extend gateway memory integration (user_id on init/sync/prefetch, on_session_switch) and the memory-provider plugin guide (optional hooks, gateway kwargs, memgw as MCP reference). Plugin README expands setup, config precedence, loopback auth rules, lifecycle behavior, and bundling rationale.

Reviewed by Cursor Bugbot for commit a535d5d. Configure here.

Add comprehensive documentation for the memgw plugin across:
- plugins/memory/memgw/README.md: provider-level setup guide
- website/docs/user-guide/features/memory-providers.md: user-facing feature docs
- website/docs/developer-guide/memory-provider-plugin.md: API reference
- website/docs/developer-guide/gateway-internals.md: architecture notes
- website/docs/reference/environment-variables.md: MEMORY_GATEWAY_URL
- website/docs/reference/tools-reference.md: memory tools
- website/docs/integrations/index.md: memgw entry
- AGENTS.md / CONTRIBUTING.md: contributor guidance updates
Also removes stale email tests (moved to separate test file).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@dizhaky
dizhaky enabled auto-merge (squash) June 28, 2026 02:48
@dizhaky
dizhaky merged commit bf24154 into main Jun 28, 2026
12 checks passed
@dizhaky
dizhaky deleted the dan/memgw-docs branch June 28, 2026 02:48
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