@superagenticai/acp-amp
v0.1.0
Published
ACP adapter for Amp Code - bridges Amp to Agent Client Protocol (ACP) compatible clients like Zed, Toad, fast-agent and SuperQode
Downloads
40
Maintainers
Readme
@superagenticai/acp-amp (Node.js)
ACP adapter for Amp Code - bridges Amp to Agent Client Protocol (ACP) compatible clients like Zed.
Installation
npm install -g @superagenticai/acp-ampPrerequisites
- Node.js 18+
- Amp CLI installed and authenticated (
amp login)
Usage with Zed
Add to your Zed settings (~/.config/zed/settings.json):
{
"agent_servers": {
"Amp": {
"command": "acp-amp"
}
}
}Or with explicit path:
{
"agent_servers": {
"Amp": {
"command": "npx",
"args": ["@superagenticai/acp-amp"]
}
}
}Features
- Full Amp Code agent capabilities in Zed
- Multi-turn conversations with thread continuity
- Tool execution with permission modes (default/bypass)
- MCP server integration
- Image support
Python Alternative
If you prefer Python, see the main acp-amp package:
pip install acp-amp
acp-amp runLicense
Apache-2.0
