ACP Registry
⚠️ Work in Progress: This registry is under active development. Format and contents may change.
A registry of agents and extensions implementing the Agent Client Protocol, ACP.
Note: This registry only includes agents that support authentication. Agents must implement auth flows to be listed here. See also the ACP auth methods proposal.
Included Agents
| Agent | Description |
|---|---|
| Auggie CLI | Augment Code's powerful software agent, backed by industry-leading context engine |
| Claude Code | ACP adapter for Claude Code |
| Codex CLI | ACP adapter for OpenAI's coding assistant |
| Factory Droid | Factory Droid - AI coding agent powered by Factory AI |
| Gemini CLI | Google's official CLI for Gemini |
| GitHub Copilot | GitHub's AI pair programmer |
| Mistral Vibe | Mistral's open-source coding assistant |
| OpenCode | The open source coding agent |
| Qwen Code | Alibaba's Qwen coding assistant |
Usage
Fetch the registry index:
https://cdn.agentclientprotocol.com/registry/v1/latest/registry.json
Documentation Site
Generate the agents list and run the local docs server:
uv run .github/workflows/generate_mintlify_agents.py
cd .docs && npx mintlify dev --port 3000Registry Format
See FORMAT.md for the registry schema, distribution types, and platform targets.
Adding an Agent or Extension
See CONTRIBUTING.md for instructions.
License
This registry is licensed under the Apache License 2.0. Individual agents are subject to their own licenses.