Zed
Overview
Section titled “Overview”Zed supports both ACP (via tasks) and MCP (native support) integration.
Recommended: ACP — AgentZero runs the full agentic loop using your local models.
ACP Setup (Recommended)
Section titled “ACP Setup (Recommended)”1. Generate config
Section titled “1. Generate config”az init --editor zedThis creates .zed/tasks.json with ACP server and chat tasks.
2. Run the task
Section titled “2. Run the task”Use Zed’s task runner to start “AgentZero Serve”, or open a terminal and run:
az serveMCP Setup
Section titled “MCP Setup”Zed has native MCP support. Add to your Zed settings (~/.config/zed/settings.json):
{ "language_models": { "mcp_servers": { "agentzero": { "command": "az", "args": ["mcp"] } } }}Security
Section titled “Security”- Stdio-only transport — no network ports opened
- Policy enforcement on all tool calls
- Audit trail in
.agentzero/audit/
Troubleshooting
Section titled “Troubleshooting”- “command not found: az” — ensure
azis in your PATH - Provider errors — run
az doctor