11---
22title : Integrations
3- description : Connect Docker Agent agents to editors, MCP clients, and other agents
3+ description : Connect agents to editors, MCP clients, and other agents
44keywords : [docker agent, integration, acp, mcp, a2a, editor, protocol]
55weight : 60
66---
@@ -12,7 +12,7 @@ want to use them. Each integration type serves a specific purpose.
1212
1313### ACP - Editor integration
1414
15- Run Docker Agent agents directly in your editor (Neovim, Zed). The agent sees your
15+ Run agents directly in your editor (Neovim, Zed). The agent sees your
1616editor's file context and can read and modify files through the editor's
1717interface. Use ACP when you want an AI coding assistant embedded in your
1818editor.
@@ -21,7 +21,7 @@ See [ACP integration](./acp.md) for setup instructions.
2121
2222### MCP - Tool integration
2323
24- Expose Docker Agent agents as tools in MCP clients like Claude Desktop or Claude
24+ Expose agents as tools in MCP clients like Claude Desktop or Claude
2525Code. Your agents appear in the client's tool list, and the client can call
2626them when needed. Use MCP when you want Claude Desktop (or another MCP client)
2727to have access to your specialized agents.
@@ -30,7 +30,7 @@ See [MCP integration](./mcp.md) for setup instructions.
3030
3131### A2A - Agent-to-agent communication
3232
33- Run Docker Agent agents as HTTP servers that other agents or systems can call using
33+ Run agents as HTTP servers that other agents or systems can call using
3434the Agent-to-Agent protocol. Your agent becomes a service that other systems
3535can discover and invoke over the network. Use A2A when you want to build
3636multi-agent systems or expose your agent as an HTTP service.
0 commit comments