agentrq

Acp Gateway — Productivity skill for Claude Code

Productivity community

ACP Gateway to Connect ACP Compatible Agents to Remote Task Managers.

How to install Acp Gateway

This entry records only its repository, not the path inside it, so there is no exact command to give. Open agentrq/acp-gateway and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Acp Gateway does

ACP Gateway to Connect ACP Compatible Agents to Remote Task Managers.

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

README

@agentrq/acp-gateway

ACP+MCP Bridge brings Experimentation Claude Notification Channels feature to all agents that supports Agent Client Protocol.

[!WARNING] **Pre-Alpha**: This project is in early development. APIs, configurations, and behaviors are subject to change without notice.

**Note**: `claude/notifications` is an experimental feature of Claude Code. `@agentrq/acp-gateway` extends this same capability to any `--acp` compatible agent (e.g., Gemini CLI).

Overview

`@agentrq/acp-gateway` bridges the [Agent Client Protocol (ACP)](https://agentclientprotocol.com) with the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) to connect ACP-compatible AI agents (e.g., Gemini) to an agentrq MCP server.

It automates task execution by:

  1. Loading your workspace's .mcp.json configuration.
  2. Connecting to the agentrq MCP server.
  3. Spawning an ACP-compatible agent subprocess.
  4. Bridging MCP notifications (tasks, permission requests) to ACP prompts and vice versa.
  5. Providing file read/write capabilities through the ACP protocol.
  6. Auto-reconnecting the MCP transport on disconnection.

Prerequisites

Installation

cd acp-gateway
npm install

To use globally:

npm install -g @agentrq/acp-gateway

Current Version

`0.2.17`

Usage

Quick Start

Run `acp-gateway` from your agentrq workspace root (the directory containing `.mcp.json`):

# From workspace root
acp-gateway -- gemini --acp

Or with a custom command:

acp-gateway -- your-acp-agent --flag1 --flag2

CLI Options

You can specify gateway options before the `--` separator:

  • --max-concurrency / --maxConcurrency : Sets the maximum number of concurrent tasks allowed to prompt the ACP agent at once