| title | ACP Registry |
|---|---|
| description | The easiest way to find and install ACP-compatible agents. |
The ACP Registry is an easy way for developers to distribute their ACP-compatible agents to any client that speaks the protocol.
At the moment, 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.
The registry is under active development, so expect its format and contents to change. } > Augment Code's powerful software agent, backed by industry-leading context engine
0.16.2
0.2.1
0.18.0
2.4.2
2.50.7
0.9.4
0.3.2
0.60.0
0.29.6
1.430.0
1.25.0
802.5.0
1.12.0
2.2.1
1.2.10
0.1.29
0.10.5
0.3.60
Clients can fetch the registry programmatically:
curl https://cdn.agentclientprotocol.com/registry/v1/latest/registry.jsonThe registry JSON contains all agent metadata including distribution information for automatic installation.
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
See the contributing guide for details.