---
title: "cli-agent-bridge"
description: "Delegate coding tasks from MiniMax Code to locally installed coding CLIs (Claude Code, Codex, Kimi Code, ZCode, DSH) through a dependency-free stdio MCP server with git-diff review."
canonical: https://agentpluginsdirectory.com/plugins/cli-agent-bridge
last-updated: 2026-09-11
---

# cli-agent-bridge
Delegate coding tasks from MiniMax Code to locally installed coding CLIs (Claude Code, Codex, Kimi Code, ZCode, DSH) through a dependency-free stdio MCP server with git-diff review.
- Slug: cli-agent-bridge
- Publisher: Hylouis233
- Repository: https://github.com/MiniMax-AI/MiniMax-Code-Plugins
- Manifest: plugins/Hylouis233/cli-agent-bridge/plugin.json
- Version: 0.1.0
- License: MIT
- Category (editorial): other
- Skills: 1 (cli-agent-bridge)
- MCP servers: 1 (cli-agent-bridge)
- Stars: 9
- Repository created: 2026-08-17
- Repository last pushed: 2026-09-11
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/cli-agent-bridge
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What cli-agent-bridge does, in the publisher's words

MiniMax Code users who also run Claude Code, Codex, Kimi Code, ZCode, or DSH want to keep MiniMax Code as the single orchestrator while handing well-scoped implementation work to those CLIs. Without a bridge, delegation means copying prompts between terminals and pasting results back, with no record of what the worker changed.

This Plugin ships one dependency-free stdio MCP server and one Skill. MiniMax Code calls the three MCP tools to drive headless sessions of the other coding CLIs inside the same git repository:

- list_backends: report which coding CLIs are installed and available on this machine.
- workspace_status: git status, diff stat, and changed files before delegating work.
- delegate_task: run a self-contained task with a chosen backend CLI and return its exit code, output tail, stderr tail, and the before/after git snapshots (staged, unstaged, untracked, and committed deltas) the worker produced.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/MiniMax-AI/MiniMax-Code-Plugins/HEAD/plugins/Hylouis233/cli-agent-bridge/README.md

## Skills

- cli-agent-bridge: Delegate a coding task from MiniMax Code to a locally installed coding CLI (Claude Code, Codex, Kimi Code, ZCode, or DSH). Use this Skill whenever the user asks to offload implementation to another coding agent, cross-check work with a second agent, parallelize independent subtasks, or run a long s…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- cli-agent-bridge: transport: stdio; command: node ./server.mjs

Read from the plugin's own mcp.json. Environment variable names only, never values.
