Discover and explore top open-source AI tools and projects—updated daily.
Claude Code integration for ACP clients
New!
Top 93.2% on SourcePulse
This project provides an Agent Client Protocol (ACP) adapter for Anthropic's Claude Code, enabling its integration with ACP-compatible clients like the Zed editor. It allows developers and power users to leverage Claude Code's advanced AI capabilities directly within their preferred development environments, streamlining workflows for code generation, review, and task management. The adapter enhances productivity by bringing sophisticated AI assistance, including context awareness, tool utilization, and interactive terminal support, directly into the coding interface.
How It Works
The adapter implements the Agent Client Protocol (ACP) to bridge Claude Code with various ACP-compatible clients. It utilizes the official Claude Code SDK to facilitate communication, supporting features such as context-aware @-mentions, image processing, and tool calls with explicit permission requests. This design allows for seamless integration, enabling Claude Code to interact with development tasks like following edit reviews, managing TODO lists, and executing commands within interactive terminals.
Quick Start & Requirements
npm install @zed-industries/claude-code-acp
ANTHROPIC_API_KEY=sk-...
).CodeCompanion.nvim
. The README mentions reading docs on External Agent support.Highlighted Details
Maintenance & Community
The provided README snippet does not detail specific maintainers, community channels, or roadmap information.
Licensing & Compatibility
Limitations & Caveats
The provided README snippet does not detail specific limitations, known bugs, or alpha status. Integration with clients other than Zed or Neovim requires community contributions via pull requests.
2 days ago
Inactive