Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Grok × Codex Bridge

БесплатноНе проверен

A local, read-only MCP bridge that lets OpenAI Codex ask your authenticated Grok Build CLI for a second opinion without copying API keys into Codex.

GitHubEmbed

Описание

A local, read-only MCP bridge that lets OpenAI Codex ask your authenticated Grok Build CLI for a second opinion without copying API keys into Codex.

README

Grok Codex Bridge — two agents, one sharper answer

Grok × Codex Bridge

One local bridge. Two independent agent perspectives.
Use your authenticated Grok Build CLI as a safe, read-only second-opinion tool inside OpenAI Codex.

English · 简体中文 · Interactive Demo · Architecture · Security

GitHub stars MIT license Windows macOS MCP

[!NOTE] Unofficial community project. It is not affiliated with, endorsed by, or sponsored by xAI or OpenAI.

What this project does

Codex remains the primary coding agent. The bridge gives it four explicit MCP tools that invoke your locally authenticated Grok Build CLI in headless, advisory-only mode. Grok returns text; Codex verifies the result and owns the final answer.

Your task in Codex
       │
       ▼
Grok second-opinion skill
       │ explicit, bounded context
       ▼
Local MCP bridge ─────► Official Grok Build login
       │                       │
       └──── advisory text ◄───┘
       │
       ▼
Codex verifies, reconciles, and delivers

Independent perspective

Ask a second model to challenge an architecture, plan, review, or draft answer before Codex commits to a recommendation.

Local trust boundary

No hosted relay and no copied API key. Grok Build owns its official browser login and refresh lifecycle.

Read-only by design

No automatic approvals, repository mutation, background file access, Grok memory, or hidden subagents.

Cross-platform setup

One-command installers for Windows PowerShell and macOS bash, plus a self-contained Codex plugin marketplace.

Start in one command

Windows PowerShell
irm https://raw.githubusercontent.com/wangsiyi7/grok-codex-bridge/main/install.ps1 | iex
macOS
curl -fsSL https://raw.githubusercontent.com/wangsiyi7/grok-codex-bridge/main/install.sh | bash

The installer checks Codex, installs Grok Build through xAI's official installer when needed, starts the official browser login, registers the plugin marketplace, and runs a local doctor check.

Interactive demo

The companion experience is a full product walkthrough, not a static documentation page. It includes:

  • bilingual English / 简体中文 switching;
  • an editorial, scroll-driven explanation of the Codex → local MCP → Grok Build flow;
  • an interactive browser-style demo that simulates a complete advisory handoff;
  • floating depth, a focused security boundary, and responsive typography;
  • platform-aware quickstart commands and copy feedback;
  • complete documentation, roadmap, FAQ, and contributor entry points.

Open the interactive demo →

MCP tools

Tool Best for Input boundary Output
ask_grok Focused second opinions Question + optional context Concise advisory response
plan_with_grok Independent implementation planning Objective + constraints Assumptions, risks, sequence, validation
review_with_grok Diff, snippet, or document review Supplied material only Findings prioritized by severity
compare_with_grok Cross-model answer critique Question + Codex draft Agreements, disagreements, synthesis

Try these prompts in a new Codex task:

Ask Grok for a second opinion on this architecture.
Have Grok review this diff for hidden security regressions.
Compare your answer with Grok and synthesize the strongest result.

Architecture

flowchart LR
  U["User task"] --> C["Codex"]
  C --> S["grok-second-opinion skill"]
  S --> M["Local MCP server"]
  M --> G["Authenticated Grok Build CLI"]
  G --> A["Advisory text"]
  A --> V["Codex verification + synthesis"]
  V --> U

  classDef primary fill:#10131d,stroke:#52e8ff,color:#f3f5f7
  classDef bridge fill:#10131d,stroke:#a2ff59,color:#f3f5f7
  classDef second fill:#10131d,stroke:#8a72ff,color:#f3f5f7
  class C,V primary
  class S,M bridge
  class G,A second

The adapter uses Grok Build's documented headless JSON mode rather than pretending ACP and MCP are the same protocol. See the full architecture notes.

Safety contract

The bridge does The bridge deliberately does not
Pass explicit text selected by Codex Read the contents of ~/.grok/auth.json
Separate Grok stdout from diagnostics Export passwords, browser cookies, or tokens
Cap input, output, and runtime Pass --always-approve to Grok
Return advisory text to Codex Edit files or run repository commands through Grok
Tell the user when Grok is consulted Treat Grok output as unquestioned authority

Read the complete security and privacy model.

Project map

grok-codex-bridge/
├── plugins/grok-codex-bridge/
│   ├── .codex-plugin/plugin.json     # Codex plugin manifest
│   ├── .mcp.json                     # Local MCP registration
│   ├── scripts/mcp-server.mjs        # Dependency-free bridge
│   └── skills/grok-second-opinion/   # Codex routing workflow
├── app/                              # Interactive bilingual demo
├── docs/                             # Architecture, security, install guides
├── install.ps1                       # Windows one-command installer
├── install.sh                        # macOS one-command installer
└── tests/                            # MCP and rendered-page regression tests

Verification

npm ci
npm run lint
npm run test:bridge
npm test

Validated locally on Windows with:

  • a real Premium+ Grok Build browser login;
  • a direct Grok headless response (GROK_BRIDGE_OK);
  • a complete MCP request/response (MCP_GROK_OK);
  • a clean public-repository installer replay;
  • plugin manifest, protocol, lint, production build, and server-render tests.

Documentation by goal

Goal Document
Install, verify, troubleshoot, uninstall Installation guide
Understand the process and protocol boundary Architecture
Review data flow, credentials, and guardrails Security
Contribute safely Contributing guide
Read in Chinese 简体中文说明

Roadmap

  • Official Grok Build login reuse
  • Four read-only MCP advisory tools
  • Windows and macOS one-command installers
  • Personal and repository Codex marketplace support
  • Bilingual interactive product demo
  • Signed release artifacts
  • Public compatibility matrix across Codex releases
  • Opt-in structured citations for advisory responses
  • Community-maintained prompt recipes

Contributing

Security-preserving improvements are welcome. Start with CONTRIBUTING.md, open an issue for trust-boundary changes, and keep prompt or credential logging out of pull requests and bug reports.

Acknowledgements

This project is inspired by the extensibility models documented by xAI Grok Build and OpenAI Codex. Product and company names belong to their respective owners.

License

MIT © 2026 wangsiyi7

from github.com/wangsiyi7/grok-codex-bridge

Установка Grok × Codex Bridge

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/wangsiyi7/grok-codex-bridge

FAQ

Grok × Codex Bridge MCP бесплатный?

Да, Grok × Codex Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Grok × Codex Bridge?

Нет, Grok × Codex Bridge работает без API-ключей и переменных окружения.

Grok × Codex Bridge — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Grok × Codex Bridge в Claude Desktop, Claude Code или Cursor?

Открой Grok × Codex Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Grok × Codex Bridge with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai