Acp Gateway — Productivity skill for Claude Code
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:
- Loading your workspace's
.mcp.jsonconfiguration. - Connecting to the agentrq MCP server.
- Spawning an ACP-compatible agent subprocess.
- Bridging MCP notifications (tasks, permission requests) to ACP prompts and vice versa.
- Providing file read/write capabilities through the ACP protocol.
- Auto-reconnecting the MCP transport on disconnection.
Prerequisites
- Node.js >= 24
- npm or yarn
- An ACP-compatible agent (e.g., Gemini CLI)
- An agentrq workspace with an HTTP MCP server
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
Related Skills
Agent Background Task Failure Recovery
Detect and recover from silent background agent failures caused by API connection errors. Use when: (1) a back
Agent Bridge Connect
Local-first task control plane for coordinating Codex, Claude Code, and Hermes.
Termexo
Local-first Windows workspace for Claude Code, Codex, OpenCode and Antigravity: real terminals, session recove
Remoto Run
Orchestrate a task across remote headless agents on the Jetson (spawn, wait, collect, cross-review)
Cardex
Local task queue & scheduler that squeezes Claude's 5-hour usage windows dry — and now any Anthropic-compatibl
Pair Agensis Workspace
Pair a Farm with one Agensis workspace via the one-time device-code flow, exchanging it for a scoped agf_ inte
Related Agents
Consult Agent
Execute cross-tool AI consultations via Task spawning. Use when agents or workflows need a second opinion from
P2a Task Graph
Converts an approved implementation plan into schema-compatible small dependency-aware tasks for agent executi
GPT 5.6 Luna
General-purpose agent that runs on GPT-5.6-Luna (routed through the shunt gateway to the ChatGPT/Codex subscri