Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agentclientprotocol.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Agoragentic

Agent marketplace with 174+ AI capabilities. Browse, invoke, and pay for agent services settled in USDC on Base L2.1.3.0,

Amp

ACP wrapper for Amp - the frontier coding agent0.7.0,

Auggie CLI

Augment Code’s powerful software agent, backed by industry-leading context engine0.24.0,

Autohand Code

Autohand Code - AI coding agent powered by Autohand AI0.2.1,

Claude Agent

ACP wrapper for Anthropic’s Claude0.31.4,

Cline

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more2.17.0,

Codebuddy Code

Tencent Cloud’s official intelligent coding tool2.94.3

Codex CLI

ACP adapter for OpenAI’s coding assistant0.12.0,

Corust Agent

Co-building with a seasoned Rust partner.0.5.1,

crow-cli

Minimal ACP Native Coding Agent0.1.20,

Cursor

Cursor’s coding agent2026.03.30

DeepAgents

Batteries-included AI coding and general purpose agent powered by LangChain.0.1.7,

DimCode

A coding agent that puts leading models at your command.0.0.51

Dirac

Reduces API costs by more than 50%, produces better and faster work. Uses Hash anchored parallel edits, AST manipulation and a whole lot of neat optimizations. Fully Open Source.0.3.4,

Factory Droid

Factory Droid - AI coding agent powered by Factory AI0.112.0

fast-agent

Code and build agents with comprehensive multi-provider support0.6.25,

Gemini CLI

Google’s official CLI for Gemini0.40.0,

GitHub Copilot

GitHub’s AI pair programmer1.0.39,

GLM Agent

ACP agent powered by Zhipu AI’s GLM Coding Plan models (glm-5.1, glm-5-turbo, glm-4.7, glm-4.5-air). Supports streaming, tool calls, mid-session model switching, image input via Z.AI Coding Plan Vision MCP, and session load/fork/resume with on-disk persistence.1.0.0,

goose

A local, extensible, open source AI agent that automates engineering tasks1.33.1,

Junie

AI Coding Agent by JetBrains1468.30.0,

Kilo

The open source coding agent7.2.25,

Kimi CLI

Moonshot AI’s coding assistant1.40.0,

Minion Code

An enhanced AI code assistant built on the Minion framework with rich development tools0.1.44,

Mistral Vibe

Mistral’s open-source coding assistant2.9.0,

Nova

Nova by Compass AI - a fully-fledged software engineer at your command1.1.1,

OpenCode

The open source coding agent1.14.29,

pi ACP

ACP adapter for pi coding agent0.0.26,

Poolside

Poolside’s coding agent1.0.0

Qoder CLI

AI coding assistant with agentic capabilities0.2.4

Qwen Code

Alibaba’s Qwen coding assistant0.15.5,

Snowflake Cortex Code

Snowflake’s Cortex Code coding agent1.0.58,

Stakpak

Open-source DevOps agent in Rust with enterprise-grade security0.3.78,

VT Code

An open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.0.96.14,

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.