Codex Plugin¶
CodeClone ships a native Codex plugin in plugins/codeclone/.
Repo-local discovery via .agents/plugins/marketplace.json.
What ships in the plugin¶
| File | Purpose |
|---|---|
.codex-plugin/plugin.json |
Plugin metadata, prompts, instructions |
.mcp.json |
Workspace-first MCP launcher definition |
skills/codeclone-review/ |
Conservative-first full review skill |
skills/codeclone-hotspots/ |
Quick hotspot discovery skill |
assets/ |
Plugin branding |
Install¶
uv venv
uv pip install --python .venv/bin/python "codeclone[mcp]>=2.0.0b5"
.venv/bin/codeclone-mcp --help
Global fallback:
Manual MCP registration without the plugin:
Runtime model¶
Additive — Codex discovers the plugin from .agents/plugins/marketplace.json,
gets a local MCP definition and two skills. New canonical MCP surfaces from the
local codeclone-mcp version flow through directly, including Coverage Join
facts and the optional coverage help topic when supported. The plugin does
not mutate ~/.codex/config.toml or install a second server binary.
Current limits¶
- if you already registered
codeclone-mcpmanually, keep only one setup path to avoid duplicate MCP surfaces - the bundled
.mcp.jsonprefers.venv, then a Poetry env, thenPATH
For the underlying interface contract, see: