Back to Apps

Claude Code ACP Rust
by soddygo
High-performance Rust implementation of the Claude Code ACP Agent, enabling Claude Code capabilities in any ACP-compatible client.
0 stars
Works in:zed
Exposes:ToolsResources
What it does
This server implements the Claude Code Agent Control Protocol (ACP) in Rust, allowing users to leverage the powerful Claude Code environment from within other ACP-compatible editors and clients like Zed.
Tools
- Command Execution: Interface with the Claude Code environment to perform complex coding tasks.
- File Management: Advanced file system operations via the ACP protocol.
- Deep Reasoning: Integration with Claude's extended thinking mode for complex architectural and programming challenges.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-acp-rs": {
"command": "claude-code-acp-rs"
}
}
}
Supported hosts
- Zed
- Claude Desktop
Quick install
cargo install claude-code-acp-rsInformation
- Pricing
- free
- Published
- 7/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Configure Zed to use `claude-code-acp-rs` as the agent command in settings.json.Claude Desktop
{
"mcpServers": {
"claude-code-acp-rs": {
"command": "claude-code-acp-rs"
}
}
}





