Skip to content
Cursor

SYNAPSE CHANNEL for Cursor

io.github.anulum/synapse-channel

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

client:Cursor transport:stdio runtime:pypi

Install SYNAPSE CHANNEL in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SYNAPSE CHANNEL in other clients