ai-bridge

AmirReza-Nasiri/ai-bridge
★ 0 stars Rust AI/LLM Updated today
Cross-platform Rust MCP server that gives Claude Code a warm Codex peer for plan, implementation, and diff review.
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": {
    "ai-bridge": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ai-bridge"
      ]
    }
  }
}

README Excerpt

> A single Rust binary (MCP server) that keeps **Codex warm as a fast peer > reviewer for Claude Code** — on demand *and* automatically — and cuts the > startup overhead of those reviews. > The fourth-generation successor to the original `codex-peer` prototype. AI Bridge is local orchestration infrastructure, not a replacement for either

Topics

ai-agentsclaude-codecode-reviewcodexmcprust