Skip to content
Zed

SYNAPSE CHANNEL for Zed

io.github.anulum/synapse-channel

Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.

client:Zed transport:stdio runtime:pypi

Install SYNAPSE CHANNEL in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "synapse-channel": {
      "command": "uvx",
      "args": [
        "synapse-channel"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SYNAPSE CHANNEL in other clients