Tools
Tools: Introducing ACP Bridge to Amp Code
2026-01-31
0 views
admin
Why we built acp-amp ## Two ways to install ## Python (Recommended) ## Node.js (Simple) ## Connect to Zed ## NPM config ## Python config ## Full Amp capabilities ## Product demo ## Compatible ACP clients ## Resources Superagentic AI is proud to launch acp-amp, an open source adapter that bridges Amp Code to the Agent Client Protocol. We loved using Amp Code so much that we wanted to integrate it with SuperQode, our own agentic quality engineering product. Now you can run Amp inside Zed, SuperQode, and any ACP compatible client. The Agent Client Protocol (ACP) is an emerging standard that allows AI coding agents to communicate with editors and development tools through a unified interface. With acp-amp, you get full Amp capabilities wherever ACP is supported. At Superagentic AI, we believe in giving developers choice. Amp Code is one of the most capable coding agents available, and we wanted to make it accessible beyond just the VS Code extension. When we started building SuperQode, our agentic quality engineering platform, we needed a way to connect Amp to our system. The solution was the Agent Client Protocol. ACP provides a clean JSON RPC interface over stdio that any compatible client can use. We built acp-amp as the bridge, and now we are releasing it as open source so everyone can benefit. We provide both Python and Node.js versions with matching features. Pick the one that fits your workflow. uv tool install acp-amp Zed has native ACP support, making it simple to add Amp as an agent. Add one of these configurations to your ~/.config/zed/settings.json: acp-amp is not a limited wrapper. You get everything Amp offers through the ACP bridge: https://www.youtube.com/watch?v=Yt9-aSzPMhY (https://www.youtube.com/watch?v=Yt9-aSzPMhY) acp-amp works with any client that speaks ACP over stdio. Here are some you can try today: The ACP ecosystem is growing rapidly. Claude Code, Codex, Gemini CLI, GitHub Copilot, JetBrains Junie, and many more are adopting the protocol. With acp-amp, you can bring Amp to all of them. Important: ACP requires paid Amp credits. Free credits do not work for ACP connections. Top up a few dollars in Amp before connecting. acp-amp is open source under the MIT license. We built it because we believe Amp is a great coding agent and developers should be able to use it wherever they work. If you build software with AI agents, we invite you to try it, integrate it into your workflow, and contribute back to the project. View on GitHub | Visit Product Page Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse COMMAND_BLOCK:
npm i -g @superagenticai/acp-amp acp-amp Enter fullscreen mode Exit fullscreen mode COMMAND_BLOCK:
npm i -g @superagenticai/acp-amp acp-amp COMMAND_BLOCK:
npm i -g @superagenticai/acp-amp acp-amp CODE_BLOCK:
{ "agent_servers": { "Amp": { "command": "npx", "args": ["@superagenticai/acp-amp"] } } } Enter fullscreen mode Exit fullscreen mode CODE_BLOCK:
{ "agent_servers": { "Amp": { "command": "npx", "args": ["@superagenticai/acp-amp"] } } } CODE_BLOCK:
{ "agent_servers": { "Amp": { "command": "npx", "args": ["@superagenticai/acp-amp"] } } } CODE_BLOCK:
{ "agent_servers": { "Amp": { "command": "acp-amp", "args": ["run"] } } } Enter fullscreen mode Exit fullscreen mode CODE_BLOCK:
{ "agent_servers": { "Amp": { "command": "acp-amp", "args": ["run"] } } } CODE_BLOCK:
{ "agent_servers": { "Amp": { "command": "acp-amp", "args": ["run"] } } } - Multi-turn conversation sessions with context continuity
- Tool execution with permission modes
- MCP integration for connecting to Model Context Protocol servers
- Image support for sending and receiving visual content
- Session management with clean isolation between tasks - Zed (https://zed.dev) - Modern editor with native ACP support
- SuperQode (https://super-agentic.ai/superqode) - Our agentic quality engineering platform
- Toad (https://github.com/batrachianai/toad) - Python ACP client with fast setup
- fast-agent (https://github.com/evalstate/fast-agent) - High speed Python ACP client - GitHub Repository: https://github.com/SuperagenticAI/acp-amp (https://github.com/SuperagenticAI/acp-amp)
- Documentation: https://superagenticai.github.io/acp-amp/ (https://superagenticai.github.io/acp-amp/)
- Product Page: https://super-agentic.ai/acp-amp (https://super-agentic.ai/acp-amp)
- NPM Package: https://www.npmjs.com/package/@superagenticai/acp-amp (https://www.npmjs.com/package/
@superagenticai/acp-amp)
- PyPI Package: https://pypi.org/project/acp-amp/ (https://pypi.org/project/acp-amp/)
how-totutorialguidedev.toaiservernodepythongitgithub