feat(plugins): Codex semantic memory plugin — LogosDB MCP integration (#78)#106
Merged
Conversation
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
Adds
plugins/codex-semantic-memory— a first-party Codex CLI plugin that wiresLogosDB's local-first MCP server into OpenAI Codex with the same automatic memory
behavior already shipping in
claude-code-semantic-memoryandpi-semantic-memory.Closes #78
Changes
plugins/codex-semantic-memory/.mcp.json— registerslogosdb-mcp-serverviaa self-contained
bash -cinline command; no external script dependency, worksfor both home-local (
~/.codex/plugins/) and repo-local installsplugins/codex-semantic-memory/AGENTS.md— automatic silent behavior:project indexing on session start, semantic search before every response,
turn-record persistence after every response
plugins/codex-semantic-memory/skills/semantic-memory/SKILL.md— explicitcommands:
/memory-recall,/memory-remember,/memory-index,/memory-statusplugins/codex-semantic-memory/scripts/logosdb-mcp-wrap.sh— standalonewrapper documenting
LOGOS_MEMORY_MODE=global|project.codex-plugin/plugin.json+marketplace.json— Codex plugin manifestsCHANGELOGupdated for 0.12.0Type of Change
Testing
Plugin structure validated.
.mcp.jsoninline command tested independently: