Relay lets Claude Code sessions message each other without alt-tabbing

✍️ OpenClawRadar📅 Published: May 4, 2026🔗 Source
Relay lets Claude Code sessions message each other without alt-tabbing
Ad

A developer built a plugin called Relay that lets parallel Claude Code sessions message each other, eliminating the alt-tab/copy-paste dance when switching between backend and frontend contexts.

How it works

Relay piggybacks on Claude Code's channels capability (MCP server push messages between turns). Each session runs a tiny MCP server; a single hub daemon routes messages over a Unix socket. When you ask Claude in one session to query another, the message lands as a channel notification in the target session, which replies naturally on its next turn.

Ad

Key details

  • Usage: In a frontend session, just say: "ask the backend session what the user object looks like". The backend session sees the question between turns, answers it, and the reply appears as a notification in the frontend session.
  • Broadcasts: Works for asking all sessions what they're working on — replies trickle in one at a time.
  • Architecture: First session started spawns the hub daemon. It self-exits ~5 minutes after the last session disconnects. Same machine only, no auth, nothing leaves your box.
  • Open source: MIT license, day-one release so rough edges are expected. Repo with install steps at https://github.com/innestic/claude-relay.

Who it's for

Developers running multiple Claude Code sessions simultaneously (e.g., one per microservice or repo) who are tired of context-switching.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

2026 Hermes Agent Alternatives Roundup: Self-Hosted Options from OpenClaw to memU Bot
Tools

2026 Hermes Agent Alternatives Roundup: Self-Hosted Options from OpenClaw to memU Bot

A developer who has been running Hermes since launch tested every self-hosted and managed alternative after the ClawHub security mess. Key findings: OpenClaw (370k stars) but 9 CVEs in 4 days and ~20% malicious packages; TrustClaw rebuilt with OAuth/sandboxing; nanobot at ~4K lines Python with MCP; memU Bot with unique structured memory. Managed options include Perplexity Computer (19 models, $200/mo), Claude Cowork (opens real Mac apps), and KimiClaw (40GB RAG, locked to K2.5, Chinese data law). Full roundup at source.

OpenClawRadar
GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
Tools

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project

After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

OpenClawRadar
AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools
Tools

AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools

AgenticStore MCP is an open-source Python toolkit that replaces multiple MCP servers with a single installation, giving Claude Desktop 27 local tools including persistent memory, web search, and repo auditing without requiring Docker or Node.js configuration.

OpenClawRadar
Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Tools

Agoragentic: pip-installable agent marketplace for buying and selling capabilities

Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

OpenClawRadar