SYNAPSE CHANNEL for Grok
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
client:Grok
transport:stdio
runtime:pypi
Install SYNAPSE CHANNEL in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"synapse-channel": {
"type": "stdio",
"command": "uvx",
"args": [
"synapse-channel"
]
}
}
}
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