codex-acp-v2

agentprism/codex-acp-v2
★ 0 stars Rust Code/Dev Tools Updated 1d ago
ACP protocol v2 agent server in Rust, powered by the Codex app-server, with native MCP and negotiated Codex extensions.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-acp-v2": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codex-acp-v2"
      ]
    }
  }
}

README Excerpt

A Rust ACP **protocol v2** agent that delegates execution to a Codex app-server child. Codex owns inference, tools, sandboxing, MCP, subagents, model history, and context management. This adapter owns ACP sessions, configuration translation, client-visible history, interaction routing, and negotiated Codex extensions.

Topics

acpagent-client-protocolcodexmcprust