claude-code-cli-acp
v0.1.1
Published
ACP adapter for the real Claude Code CLI
Maintainers
Readme
claude-code-cli-acp
NPM wrapper for claude-code-cli-acp, an ACP adapter for the real Claude Code CLI.
Install
npm install -g claude-code-cli-acp
claude-code-cli-acp doctorThe base package requires Node 18+ and installs one optional platform package for your OS and CPU:
claude-code-cli-acp-darwin-arm64claude-code-cli-acp-darwin-x64claude-code-cli-acp-linux-arm64claude-code-cli-acp-linux-x64claude-code-cli-acp-win32-arm64claude-code-cli-acp-win32-x64
Prerequisites
Install and authenticate Claude Code separately:
npm install -g @anthropic-ai/claude-code
claudenpx claude-code-cli-acp doctor is useful for a quick smoke test, but editors should be configured with a stable installed binary.
Usage
ACP server:
claude-code-cli-acpZed custom-agent settings can use the installed binary directly:
{
"agent_servers": {
"claude-code-cli-acp": {
"type": "custom",
"command": "claude-code-cli-acp",
"args": [],
"env": {}
}
}
}Interactive pass-through:
claude-code-cli-acp interactive -- --model sonnetPrint replacement for claude -p:
claude-code-cli-acp print "summarize this repository" --output-format textDoctor:
claude-code-cli-acp doctor --live-docsSecurity
Claude stores transcripts as plaintext under ~/.claude/projects. Do not publish debug logs or transcript fixtures without sanitizing message and tool-result bodies.
