docs: make Codex MCP setup discoverable - #1436
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds support and documentation for the Codex CLI as an MCP client. It updates the CLI output, initialization instructions, and website documentation to include Codex-specific setup commands and integration details. Tests have also been updated to verify these changes. I have no feedback to provide.
Bring docs PR up to date with develop so CI re-runs against the current pin set. Co-Authored-By: Igor Lins e Silva <4753812+igorls@users.noreply.github.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mempalace mcpmempalace instructions initWhy
MemPalace already has first-class Codex support via
mempalace hook run --harness codexand the bundled.codex-plugin, but some setup surfaces still only mention Claude. This makes Codex support harder to discover for users installing withuv tool install mempalaceor following the MCP docs.This keeps the patch narrow and avoids the hooks guide, since #1187 is already updating that surface.
Testing
uv run --with pytest pytest tests/test_cli.py -quv run pytest tests/ -q --ignore=tests/benchmarksuv run --with ruff ruff check .uv run --with 'ruff>=0.4.0,<0.5' ruff format --check .tokf run git diff --check