docs(codex): rewrite for proper plugin format#9
Merged
Conversation
…mat) Follow-up to the redone Codex plugin in Atomicmemory-integrations#5. The earlier Codex plugin used ~/.codex/config.toml; the real plugin format is .codex-plugin/plugin.json + .codex-mcp.json + a marketplace.json manifest (matching how mem0-plugin ships). Rewrite the doc page around that: - Three install options: repo marketplace (recommended), personal marketplace, manual MCP config - Configure section with the env-var surface mirroring packages/mcp-server/src/config.ts - Memory protocol skill section summarizing the shipped SKILL.md (on new task / after significant work / before context loss) - MCP tools table pointing at SDK reference - View source section with direct links to plugin.json, .codex-mcp.json, SKILL.md, and marketplace.example.json - Overview table: Codex row flipped to "🔧 Source available" with the correct install surface label and source link
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
Rewrite of the Codex integration doc to match the redone plugin in Atomicmemory-integrations#5. Supersedes the closed #8 (which documented the wrong plugin format).
packages/mcp-server/src/config.tsSKILL.mdTest plan
pnpm buildpasses withonBrokenLinks: 'throw'