cardinal-codex-plugin

cardinalhq/cardinal-codex-plugin
★ 0 stars Python Browser/Web Updated today
Cardinal Codex plugin - stream Codex CLI telemetry to the Cardinal Outcomes Dashboard and wire the unified Cardinal MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cardinal-codex-plugi": {
      "command": "uvx",
      "args": [
        "cardinal-codex-plugin"
      ]
    }
  }
}

Or install with pip: pip install cardinal-codex-plugin

README Excerpt

The Codex CLI twin of the [Cardinal](https://cardinalhq.io) plugin. Connect Codex to Cardinal in a single browser-approved consent: - **Telemetry** — agent sessions stream to the Cardinal Outcomes Dashboard (workflow classification, cost per satisfied outcome, anti-pattern detection, shared plan candidates). Codex's native `[otel]` exporter carries the session/turn stream; the plugin's `cardinal.*` enrichment hooks add per-turn git/usage/plan events on top.