Skip to content
Windsurf

YAAC for Windsurf

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

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

client:Windsurf transport:stdio runtime:pypi

Install YAAC in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

YAAC in other clients