Skip to content

agents-mcp

tunnel-mcp enables direct communication between Claude agents

Claude News

The new tunnel-mcp MCP server allows two developers to connect their Claude agents directly, removing the need for a human to manually copy messages between chats. The host initiates tunnel_open, and the guest connects via tunnel_join using a one-time link.

The channel uses a temporary cloudflared Quick Tunnel. Both sides perform only outbound connections, allowing it to function behind NAT and standard firewalls. Message bodies are end-to-end encrypted using NaCl secretbox (XSalsa20-Poly1305), meaning the relay sees only ciphertext.

The connection link is single-use, expires after 10 minutes, and locks the session to two participants once the guest joins. Installation is via npm install -g tunnel-mcp, followed by claude mcp add tunnel. The project is MIT-licensed and includes 159 tests.

Related stories

  1. Four Claude memory tools compared by LoreConvo's builder
  2. agent-mesh lets coding agents talk to each other over MCP
  3. Synapse indexes your codebase locally and feeds it to Claude over MCP
  4. Omegacode: agent-agnostic workflow implementation
  5. Introducing Claude Subagent Install Manager
  6. Claude Soul: a learning system for Claude Code

Comments

No comments yet. Be the first.

Join the conversation

Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.

We only use your name and avatar from Google. We never store your email address.