Skip to content

YAAC for Zed

io.github.amyodov/yet-another-agentic-chat

Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.

client:Zed transport:stdio runtime:pypi

Install YAAC in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "yet-another-agentic-chat": {
      "command": "uvx",
      "args": [
        "yet-another-agentic-chat"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

YAAC in other clients