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

Memora v0.2.25 MCP Server: 5× Faster Writes on D1 Database
Memora v0.2.25, an MCP server for Claude persistent memory, achieves 5× faster writes on Cloudflare D1 with memory_create dropping from 10s+ to ~1.8s and memory_update from 10s+ to ~1.1s per call.

InsForge: Self-Hosted Postgres Backend with MCP Integration for AI Coding Agents
InsForge is an open-source, self-hosted backend alternative to Supabase that connects to Claude Code via MCP, allowing AI agents to see schema, policies, and service state. It includes PostgreSQL 16.4, PostgREST, Deno Runtime, auth, storage, and edge functions.

Automated Claude Code Pipeline Cuts Token Usage from 78k to 15k Per Feature
An open-source pipeline for Claude Code automates 12 phases including pre-check analysis of existing code, reducing token usage from ~78k to ~15k per feature. It offers three profiles (yolo, standard, paranoid) and replaces confidence scores with grep-based validation.

Apfel: Free CLI Tool to Access Apple's On-Device LLM on macOS
Apfel v0.6.13 is a Swift 6.3 binary that exposes Apple's built-in LLM as a CLI tool, OpenAI-compatible server, and interactive chat. It runs 100% on-device with no API keys or costs, using the 4,096-token model shipped with macOS 26+ on Apple Silicon Macs.