Skip to content

minimax-ai/cli-agent-bridge

v0.1.0MIT

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.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cli-agent-bridgestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./server.mjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cli-agent-bridge",
  "version": "0.1.0",
  "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.",
  "author": { "name": "Hylouis233", "url": "https://github.com/Hylouis233" },
  "license": "MIT",
  "keywords": ["minimax-code", "plugin", "mcp", "multi-agent", "delegation", "orchestration"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2other files
View on GitHub