YAAC for Grok
io.github.amyodov/yet-another-agentic-chat
Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.
client:Grok
transport:stdio
runtime:pypi
Install YAAC in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yet-another-agentic-chat": {
"type": "stdio",
"command": "uvx",
"args": [
"yet-another-agentic-chat"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs