
Codexrunledger Mcp
Wire Codex run receipts into your agent so reviewers see trustworthy evidence of what Codex executed, not just final diffs.
Overview
CodexRun Ledger MCP is a MCP server for the Ship phase that exposes Codex run receipts your reviewer can trust via a paid remote endpoint.
What is this MCP server?
- Remote MCP focused on Codex run receipts reviewers can trust
- Streamable-http endpoint at codexrunledger.clauxel.com with Bearer authorization
- Registry tags: codex, audit, remote-mcp
- Server card URL for publisher metadata and client discovery
- GitHub source: clauxel/codex-run-ledger-mcp
- Remote URL: https://codexrunledger.clauxel.com/mcp (streamable-http)
- Registry schema: 2025-07-09 server.schema.json
- Server version: 1.0.0
What problem does it solve?
Codex runs disappear into terminal history, so reviewers cannot quickly verify what the agent executed.
Who is it for?
Builders who run Codex frequently and want MCP-native run receipts for accountability before merge.
Skip if: Teams that only need local git history with no Codex-specific ledger or who cannot use a paid remote MCP.
What do I get? / Deliverables
Your MCP client can pull structured Codex run receipts you can reference during code review or post-ship retrospectives.
- Codex run receipt records accessible from your agent
- Reviewer-ready evidence chain for automated Codex sessions
- Remote ledger integration without self-hosting audit infrastructure
Recommended MCP Servers
Journey fit
Codex run ledgers support ship-phase accountability when you need to prove what an automated run did before you merge or release. Review subphase is where run receipts let a human or second agent validate Codex actions without re-running everything locally.
How it compares
Codex-focused receipt MCP, not a general test runner or Codex CLI replacement.
Common Questions / FAQ
Who is CodexRun Ledger MCP for?
Solo builders and small teams using Codex with MCP agents who need verifiable run receipts during review.
When should I use CodexRun Ledger MCP?
Use it when you are in ship or review and need ledger-style evidence of Codex runs instead of reconstructing logs by hand.
How do I add CodexRun Ledger MCP to my agent?
Get a Bearer token from the Clauxel site, configure https://codexrunledger.clauxel.com/mcp as a streamable-http remote with Authorization, and restart your MCP-enabled agent.