Peers MCP Server Connects AI Coding Sessions for Collaboration

Peers is a local MCP server that enables Claude Code and Codex AI coding sessions to communicate and collaborate with each other. The tool was created after the developer found better results when having Claude Code review ChatGPT (Codex) output and vice versa.
Key Features
According to the source, Peers allows connected AI sessions to:
- Discover each other — Each session registers with a role, repository, branch, and information about what it's working on
- Collaborate through scratchpads — Shared append-only documents for reviews, discussions, and specifications
- Share artifacts — Publish diffs, type definitions, and test reports that other sessions can pull
- Hand off to Codex — Export and import full session context as structured markdown
How It Works
The server operates locally and connects AI coding sessions that would otherwise run in isolation. The developer mentions using it specifically with Claude Code and Codex sessions running in parallel.
The source includes a GitLab repository link for the project: https://gitlab.com/Dave3991/peers-mcp
The developer is seeking feedback, particularly from users who have tried running parallel AI coding sessions.
📖 Read the full source: r/ClaudeAI
👀 See Also

TREX: Greptile's AI Code Reviewer That Runs Your Code
TREX is a code execution layer built into Greptile's AI code review. It runs the code and shows screenshots, logs, and traces for bugs static analysis misses.

Symphony workflow automation tool works with Claude Code
A developer got the Symphony spec working with Claude Code to automate ticket-to-PR workflows, using Node/TypeScript initially but noting Elixir might be better. The tool requires separate API key setup and billing beyond Claude subscriptions.

ClawClone: Cloud Backup Tool for OpenClaw Workspaces
ClawClone is a tool that backs up OpenClaw workspaces to the cloud with one prompt and restores them with another. It was built after a developer lost a month's worth of training data.

WCY format reduces LLM token overhead by 50-71% and adds structural 'I don't know' markers
WCY (Watch-Compute-Yield) is a line-oriented format that reduces JSON token overhead by 50-71% and introduces structural '?' markers for LLMs to indicate uncertainty during reasoning. The format requires no fine-tuning—just three few-shot examples.