SYNAPSE CHANNEL MCP Server

The local-first coordination bus for fleets of AI agents. One WebSocket hub is the shared source of truth for presence, file-scope claims, a shared plan, task status, and capabilities - for agents working in one repository or across a whole ecosystem of them.

People who work with agentic ai, coordination and federation and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 4 · #45 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install SYNAPSE CHANNEL

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add anulum-synapse-channel -- uvx synapse-channel

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package synapse-channel - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.anulum is GitHub-verified and matches the repo owner

03 · What SYNAPSE CHANNEL can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.99.26 · 2026-09-05

Dashboard feeds return unconfigured-store responses without starting report · worker processes; configured-store reconstruction retains process isolation. · Setup verification retries connections while the restarted…

v0.99.25 · 2026-09-05

Added · Add a repeatable JavaScript SDK integration check against an isolated, · authenticated Python hub, covering delivery, claim conflicts, release, · snapshots, and reconnect. · Add an opt-in, separately granted…

v0.99.24 · 2026-09-04

Fixed · Keep managed Codex pane bridges waiter-reachable while an already-running · provider is blocked by an update chooser, report the pending wake and pane · compatibility state explicitly, and coalesce later…

04 · Who maintains SYNAPSE CHANNEL

SYNAPSE CHANNEL is maintained by anulum. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
automation - ranked #45 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-05)
registry
io.github.anulum/synapse-channel (active, first published 2026-07-10 · 16 versions)
packages
pypi:synapse-channel

06 · SYNAPSE CHANNEL FAQ

What is SYNAPSE CHANNEL?

The local-first coordination bus for fleets of AI agents. One WebSocket hub is the shared source of truth for presence, file-scope claims, a shared plan, task status, and capabilities - for agents working in one repository or across a whole ecosystem of them.

Is SYNAPSE CHANNEL still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install SYNAPSE CHANNEL?

Run `uvx synapse-channel`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does SYNAPSE CHANNEL run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SYNAPSE CHANNEL

More automation MCP servers · Arr · Claude KVM · ArcAgent MCP · Codex Control Plane MCP · Cogni Repo

More Python MCP servers · Garmin Local MCP · Pronounce · EWS Meeting MCP · XAPS MCP Server · Bump Guard · see all