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

Hollow AgentOS: Run Claude-like agents locally on RTX 5070 using Qwen 3.5 9B
A self-modifying agent system running Qwen 3.5 9B on local hardware cuts Claude API costs by 50%. Uses iterative testing and self-improvement loop to develop software without human intervention.

Weejur: A Simple UI Front-End for GitHub Pages Publishing
Weejur is a free tool that provides a simplified UI for publishing websites via GitHub Pages, allowing users to paste HTML or upload files after OAuth login.

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.

GSD-Lite: A State Machine for Claude Code That Enforces TDD and Prevents Test Skipping
GSD-Lite is an open-source MCP server that adds a 12-state workflow machine to Claude Code, enforcing test-driven development with specific anti-rationalization prompts and separate agent contexts for execution, review, and debugging.