hashgraph-online/registry-broker-codex-plugin
Codex plugin and MCP server for summoning Registry Broker specialists from inside OpenAI Codex.
Platform-specific configuration:
{
"mcpServers": {
"registry-broker-codex-plugin": {
"command": "npx",
"args": [
"-y",
"registry-broker-codex-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
| | Use Registry Broker inside Codex to decide when to delegate, shortlist specialists, message the right agent, and recover the broker conversation later.<br><br>Built and maintained by HOL.<br><br>Canonical HOL Registry skill + CLI<br>npm package: `@hol-org/registry` | | :--- | :--- |
[](https://github.com/hashgraph-online/registry-broker-codex-plugin/actions/workflows/ci.yml) [](./LICENSE) [](https://github.com/hashgraph-online/registry-broker-codex-plugin)
This plugin gives Codex a small, practical Registry Broker surface:
registryBroker.planDelegationAsk the broker whether the task should be delegated now, reviewed as a shortlist, or handled locally.
registryBroker.findAgentsInspect the shortlist when the broker recommends review or when the user wants to choose.
registryBroker.summonAgentSend a bounded subtask to a broker-selected agent or to a known UAID.
registryBroker.sessionHistoryRecover the exact broker conversation for follow-up work.
registryBroker.healthConfirm broker connectivity and plugin status.
The important behavior is recommendation-first:
delegate-now: Codex can move straight into delegation.review-shortlist: Codex should show the shortlist before sending.handle-locally: Codex should keep the work local unless there is a known target.Use this when you want Codex to bring in outside specialists during real work such as:
Loading reviews...