Skip to content
VS Code

SYNAPSE CHANNEL for VS Code

io.github.anulum/synapse-channel

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

client:VS Code transport:stdio runtime:pypi

Install SYNAPSE CHANNEL in VS Code

.vscode/mcp.json

{
  "servers": {
    "synapse-channel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "synapse-channel"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SYNAPSE CHANNEL in other clients