Agent Client Protocol icon
Agent Client Protocol icon

Agent Client Protocol

The Agent Client Protocol standardizes communication between code editors (IDEs, text-editors, etc.) and coding agents (programs that use generative AI to autonomously modify code). The protocol is still under development, but it should be complete enough to build interesting...

Cost / License

  • Free
  • Open Source

Platforms

  • Self-Hosted
  • Rust
  • Neovim
  • Typescript
-
No reviews
2likes
0comments

Features

Suggest and vote on features
  1.  AI-Powered

 Tags

  • ai-code-assistant
  • coding-agent
  • rust-based
  • zed-integration
  • coding-assistance
  • ai-coding-assistants
  • Neovim
  • Developer Tools
  • protocol
  • coding-assistant

Agent Client Protocol News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities
No comments or reviews, maybe you want to be first?
Post comment/review

What is Agent Client Protocol?

The Agent Client Protocol standardizes communication between code editors (IDEs, text-editors, etc.) and coding agents (programs that use generative AI to autonomously modify code). The protocol is still under development, but it should be complete enough to build interesting user experiences using it.

Why ACP?

AI coding agents and editors are tightly coupled but interoperability isn’t the default. Each editor must build custom integrations for every agent they want to support, and agents must implement editor-specific APIs to reach users. This creates several problems:

  • Integration overhead: Every new agent-editor combination requires custom work
  • Limited compatibility: Agents work with only a subset of available editors
  • Developer lock-in: Choosing an agent often means accepting their available interfaces

ACP solves this by providing a standardized protocol for agent-editor communication, similar to how the Language Server Protocol (LSP) standardized language server integration. Agents that implement ACP work with any compatible editor. Editors that support ACP gain access to the entire ecosystem of ACP-compatible agents. This decoupling allows both sides to innovate independently while giving developers the freedom to choose the best tools for their workflow.

Overview

ACP assumes that the user is primarily in their editor, and wants to reach out and use agents to assist them with specific tasks. Agents run as sub-processes of the code editor, and communicate using JSON-RPC over stdio. The protocol re-uses the JSON representations used in MCP where possible, but includes custom types for useful agentic coding UX elements, like displaying diffs. The default format for user-readable text is Markdown, which allows enough flexibility to represent rich formatting without requiring that the code editor is capable of rendering HTML.

Official Links

Agent Client Protocol information

  • Developed by

    US flagZed Industries
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,472 Stars
  •  116 Forks
  •  8 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Agent Client Protocol was added to AlternativeTo by Paul on and this page was last updated . Agent Client Protocol is sometimes referred to as ACP