Skip to content

Latest commit

 

History

History
678 lines (662 loc) · 45.2 KB

File metadata and controls

678 lines (662 loc) · 45.2 KB
title ACP Registry
description The easiest way to find and install ACP-compatible agents.
<style>{` .agent-icon { width: 20px; height: 20px; color: currentColor; } `}</style>

Overview

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.

Available Agents

} > Augment Code's powerful software agent, backed by industry-leading context engine

0.16.2

} > Autohand Code - AI coding agent powered by Autohand AI

0.2.1

} > ACP wrapper for Anthropic's Claude

0.18.0

} > Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more

2.4.2

} > Tencent Cloud's official intelligent coding tool

2.50.7

} > ACP adapter for OpenAI's coding assistant

0.9.4

} > Co-building with a seasoned Rust partner.

0.3.2

} > Factory Droid - AI coding agent powered by Factory AI

0.60.0

} > Google's official CLI for Gemini

0.29.6

} > GitHub's AI pair programmer

1.430.0

} > A local, extensible, open source AI agent that automates engineering tasks

1.25.0

} > AI Coding Agent by JetBrains

802.5.0

} > Moonshot AI's coding assistant

1.12.0

} > Mistral's open-source coding assistant

2.2.1

} > The open source coding agent

1.2.10

} > AI coding assistant with agentic capabilities

0.1.29

} > Alibaba's Qwen coding assistant

0.10.5

} > Open-source DevOps agent in Rust with enterprise-grade security

0.3.60

Using the Registry

Clients can fetch the registry programmatically:

curl https://cdn.agentclientprotocol.com/registry/v1/latest/registry.json

The registry JSON contains all agent metadata including distribution information for automatic installation.

Submit your Agent

To add your agent to the registry:

  1. Fork the registry repository on GitHub
  2. Create a folder with your agent's ID (lowercase, hyphens allowed)
  3. Add an agent.json file following the schema
  4. Optionally add an icon.svg (16x16 recommended)
  5. Submit a pull request

See the contributing guide for details.