Skip to content

tao12345666333/amp-acp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACP adapter for AmpCode

Screenshot

Use Amp from ACP-compatible clients such as Zed.

Prerequisites

  • Amp CLI installed and authenticated (amp login)
  • Node.js (for running the adapter)

Installation

Add to your Zed settings.json (open with cmd+, or ctrl+,):

{
  "agent_servers": {
    "Amp": {
      "command": "npx",
      "args": ["-y", "amp-acp"],
      "env": {
        "AMP_EXECUTABLE": "path of AMP bin",
        "AMP_PREFER_SYSTEM_PATH": "1"
      }
    }
  }
}

Replace "path of AMP bin" with your Amp CLI path (e.g., /usr/local/bin/amp).

How it Works

  • Streams Amp's JSON over ACP
  • Renders Amp messages and interactions in Zed
  • Tool permissions are handled by Amp (no additional configuration needed)

Troubleshooting

Connection fails: Ensure amp login was successful and the CLI is in your AMP_EXECUTABLE.