Which AI coding agents work with OpenACP? #96
Answered
by
psychomafia-tiger
psychomafia-tiger
asked this question in
Q&A
-
|
I'm evaluating OpenACP and want to know which AI coding agents are supported. Does it work with Claude Code, Codex, Gemini, and others? |
Beta Was this translation helpful? Give feedback.
Answered by
psychomafia-tiger
Mar 27, 2026
Replies: 1 comment
-
|
OpenACP supports 28+ AI coding agents through the ACP Registry (agentclientprotocol.com). NPX-based:
Binary-based:
And more agents from the ACP Registry. Install a new agent: openacp agents # Browse all agents
openacp agents install <name> # Install from registry
openacp agents info <name> # View agent detailsYou can install multiple agents and switch between them when creating new sessions. The default agent is configured via
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
psychomafia-tiger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenACP supports 28+ AI coding agents through the ACP Registry (agentclientprotocol.com).
NPX-based:
Binary-based:
And more agents from the ACP Registry.
Install a new agent:
You can install multiple agents and switch between them when creating new sessions. The default agent is configured via
defaultAgent…