codex-okf
Enables OpenAI Codex agents to validate, capture, and diff Open Knowledge Format (OKF) knowledge bundles.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codex-okfValidate the knowledge bundle in this repo and summarize issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
codex-okf
OpenAI Codex plugin for Open Knowledge Format (OKF) v0.1.
Full parity with opencode-okf / claude-okf / pi-okf:
Feature | Mechanism |
Init / update / compact workflows | Bundled skill ( |
| MCP server ( |
Validate-on-edit |
|
Session hint when bundle exists |
|
CLI |
|
Install (local marketplace)
cd /Users/kaishin/Developer/Spikes/codex-okf
npm install
# Personal marketplace entry
mkdir -p ~/.agents/plugins ~/.codex/plugins
ln -sfn /Users/kaishin/Developer/Spikes/codex-okf ~/.codex/plugins/okfCreate or merge ~/.agents/plugins/marketplace.json:
{
"name": "local-kaishin",
"interface": { "displayName": "Local (Kaishin)" },
"plugins": [
{
"name": "okf",
"source": { "source": "local", "path": "./.codex/plugins/okf" },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}Then in Codex / ChatGPT desktop: Plugins → your local marketplace → install OKF.
Trust plugin hooks when prompted (/hooks in CLI) so validate-on-edit runs.
Remove any old skill-only symlink if present:
rm -f ~/.agents/skills/okfRelated MCP server: C2PA Knowledge Graph
Usage
$okfor ask about OKF / knowledge bundlesMCP tools:
okf_validate,okf_capture,okf_diffCLI:
node scripts/okf.mjs validate
node scripts/okf.mjs diff origin/main
node scripts/okf.mjs capture --summary "…" --decision "…"
node scripts/okf.mjs initWorkflow hard args (same as siblings):
update # full repo
update diff [ref]
update session
compact
compact all [aggressive]Layout
.codex-plugin/plugin.json
.mcp.json
hooks/{hooks.json,post-edit-validate.mjs,session-start.mjs}
skills/okf/
scripts/{okf.mjs,mcp-server.mjs,lib/*}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server that enables Claude Code to send code and plans for review by OpenAI Codex, returning structured feedback inline.5395 npm27MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for querying versioned C2PA specification knowledge graphs, enabling AI agents to browse entity definitions, validation rules, and version diffs via natural language.3Apache 2.0
- AlicenseAqualityCmaintenanceAn MCP server that provides LLMs with full read/write access to an Open Knowledge Format (OKF) knowledge bundle, enabling structured, persistent long-term memory.11MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for managing an OKF markdown knowledge base, enabling AI agents to query, read, write, and auto-sync architectural decisions and rules via Git.MIT