Connect Zed via MCP
Zed supports MCP context servers natively. The dedicated AI Coach ACP CLI ships later — until then this is the supported path.
1. Open Zed settings
cmd-, on macOS, or ~/.config/zed/settings.json directly.
2. Add this block
{
"context_servers": {
"aicoach": {
"transport": "http",
"url": "https://aicoach.pw/api/mcp/v1"
}
}
} 3. Restart Zed
Open the agent panel — AI Coach tools should appear in the available tools list.
Looking for the ACP CLI?
See ACP Quickstart for the planned @aicoach/acp binary.