Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx synapse-channel
MCP client config
{
"mcpServers": {
"synapse-channel": {
"command": "uvx",
"args": [
"synapse-channel"
]
}
}
}