YAAC for VS Code
io.github.amyodov/yet-another-agentic-chat
Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.
client:VS Code
transport:stdio
runtime:pypi
Install YAAC in VS Code
.vscode/mcp.json
{
"servers": {
"yet-another-agentic-chat": {
"type": "stdio",
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs