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

Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact
A developer has released a free Chrome extension called Claude to PDF that captures full conversation history from Claude AI chats and preserves code blocks, LaTeX math, and table formatting when exporting to PDF.

llm-use – An Open-Source Framework for Routing and Orchestrating Multi-LLM Agent Workflows
llm-use is revolutionizing automation with its open-source framework designed to efficiently route and orchestrate multi-LLM agent workflows. Explore its impact on AI operations.

Nakkas MCP Server Generates Animated SVGs from AI Descriptions
Nakkas is an MCP server where AI constructs complete animated SVG configurations from descriptions, rendering clean animated SVGs with shapes, gradients, animations, and filters. It supports parametric curves, 15 filter presets, CSS @keyframes and SMIL animations, and works anywhere SVG renders.

OpenClaw Budget Guard Plugin Prevents Concurrent Budget Overspend
A new OpenClaw plugin called @runcycles/openclaw-budget-guard solves concurrent budget overspend by implementing atomic balance checks, reservation before execution, and idempotent retries. It requires a Cycles server with Redis and can be installed via bash command.