cli2cli

864zeros/cli2cli
★ 0 stars HTML Code/Dev Tools Updated 5d ago
Reusable TypeScript/Node MCP server that lets one CLI drive another.
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": {
    "cli2cli": {
      "command": "npx",
      "args": [
        "-y",
        "864zeros/cli2cli"
      ]
    }
  }
}

README Excerpt

Bi-directional MCP bridge for driving **headless interactive AI CLIs** (Claude Code, Gemini CLI, or any command) inside a pseudo-terminal. It is the open-core foundation for a gateway-driven, human-in-the-loop CLI orchestration layer — the piece a gateway (Telegram/SMS/webhook) drives to run and supervise CLI sessions remotely, with a

Tools (5)

list_cli_sessionsread_cli_streamspawn_cli_sessionterminate_cli_sessionwrite_cli_input