DEV Community

Cover image for How to configure ACP agents in Zed
Hállan Costa
Hállan Costa

Posted on

How to configure ACP agents in Zed

Configuration to add to Zed's settings.json:

Copy this template and modify it

"agent_servers": {
  "Claude - MiniMax  M2.5": {
    "type": "custom",
    "command": "/home/hallan/.local/bin/claudem25-agent-acp"
  },
}
Enter fullscreen mode Exit fullscreen mode

How do I find the ACP directory to put in the command? You can use the command which claudem25-agent-acp.

Example of how it should look:

He appears right here in the icon +

Our new ACP agent, Claude, using the MiniMax, appears right down there.

RELATED NOTES

How to configure Claude CLI ACP for other compatible models, such as MiniMax M2.5
https://dev.to/hallancosta/how-to-configure-claude-cli-acp-for-other-compatible-models-such-as-minimax-m25-3j4n

How to Set Up Claude Code with Multiple AI Models
https://dev.to/hallancosta/how-to-set-up-claude-code-with-multiple-ai-models-4k6j

Top comments (0)