Back to directory
spranab/swarmcode

spranab/swarmcode

@spranab

Redis-backed MCP messaging channel for coordinating Claude Code agents across machines with shared artifacts, workspace status, real-time push, and a web dashboard.

multi-agentmessagingredisclaude-codeworkspacereal-timedashboardcontext

Installation & Configuration

{
  "mcpServers": {
    "swarmcode": {
      "command": "npx",
      "args": [
        "-y",
        "swarmcode-mcp"
      ],
      "env": {
        "SWARMCODE_REDIS_URL": "redis://localhost:6379",
        "SWARMCODE_WORKSPACE_ID": "my-workspace"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/9/5
Updated
2026/9/5