YAAC for Cline
io.github.amyodov/yet-another-agentic-chat
Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.
client:Cline
transport:stdio
runtime:pypi
Install YAAC in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"yet-another-agentic-chat": {
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs