Overview
The ACP Registry is an easy way for developers to distribute their ACP-compatible agents to any client that speaks the protocol. This is a curated set of agents, including only the ones that support authentication. Visit the registry repository on GitHub to learn more about it.Available Agents
Codebuddy Code
Tencent Cloud’s official intelligent coding tool2.78.1
Cursor
Cursor’s coding agent2026.03.30
Factory Droid
Factory Droid - AI coding agent powered by Factory AI0.94.2
Qoder CLI
AI coding assistant with agentic capabilities0.1.38
Using the Registry
Clients can fetch the registry programmatically:Submit your Agent
To add your agent to the registry:- Fork the registry repository on GitHub
- Create a folder with your agent’s ID (lowercase, hyphens allowed)
- Add an
agent.jsonfile following the schema - Optionally add an
icon.svg(16x16 recommended) - Submit a pull request