Skip to content
Gemini CLI

SYNAPSE CHANNEL for Gemini CLI

io.github.anulum/synapse-channel

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

client:Gemini CLI transport:stdio runtime:pypi

Install SYNAPSE CHANNEL in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

SYNAPSE CHANNEL in other clients