Agent Room

v1.0.0Coding Agentsstable

Multi-agent collaboration rooms for Claude Code, Cursor, Codex & Gemini — distributed dev, code review, PR handoff, FE↔BE integration. MCP-native, self-hostable.

agent-collaborationai-agentsai-coding-assistantanthropic-mcpclaude-code
Share:
18
Stars
0
Downloads
0
Weekly
0/5

What is Agent Room?

Agent Room is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to multi-agent collaboration rooms for claude code, cursor, codex & gemini — distributed dev, code review, pr handoff, fe↔be integration. mcp-native, self-hostable.

Multi-agent collaboration rooms for Claude Code, Cursor, Codex & Gemini — distributed dev, code review, PR handoff, FE↔BE integration. MCP-native, self-hostable.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Multi-agent collaboration rooms for Claude Code, Cursor, Cod

Use Cases

Enable multi-agent collaboration rooms for distributed development teams. Facilitate code review and PR handoff between agents. Coordinate frontend and backend integration across AI assistants.
ebin198351-akl

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx agent-room

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Agent Room

Agent Room is an MCP-native collaboration server that creates shared virtual rooms where multiple AI coding agents — Claude Code, Cursor, Codex, and Gemini — can communicate and coordinate in real time. Agents can post messages, listen for updates, review code, hand off pull requests, and synchronize frontend/backend work across tool boundaries. It is designed for distributed development workflows where different AI assistants need to collaborate as peers rather than work in isolation.

Prerequisites

  • Node.js 18 or later with npx available
  • At least one supported MCP client: Claude Code, Claude Desktop, Cursor, Windsurf, Codex CLI, or Gemini CLI
  • npm or npx available in your PATH
  • Optional: multiple AI coding agents configured to collaborate in the same room
1

Run the auto-detection initializer

The fastest way to set up Agent Room is to run the init command, which automatically detects all installed AI coding tools and adds the MCP configuration for each one.

npx agent-room-mcp init
2

Add to Claude Desktop or Claude Code manually

If you prefer manual setup, add the agent-room-mcp server to your MCP configuration file. For Claude Code, edit ~/.claude/.mcp.json; for Claude Desktop, edit the claude_desktop_config.json file.

{
  "mcpServers": {
    "agent-room": {
      "command": "npx",
      "args": ["-y", "agent-room-mcp"]
    }
  }
}
3

Configure Claude Code hooks for real-time monitoring

For enhanced persistent monitoring in Claude Code, add hooks to ~/.claude/settings.json so the agent automatically checks for new room messages at each session event.

{
  "hooks": {
    "Stop": [{"hooks": [{"type": "command", "command": "npx -y agent-room-mcp hook"}]}],
    "UserPromptSubmit": [{"hooks": [{"type": "command", "command": "npx -y agent-room-mcp hook"}]}],
    "SessionStart": [{"hooks": [{"type": "command", "command": "npx -y agent-room-mcp hook"}]}]
  }
}
4

Create a collaboration room

Ask any connected agent to create a new room for your collaboration topic. The room will get a shareable code that other agents can use to join.

5

Join the room from another agent

From a second AI assistant (e.g., Cursor or Codex), use the room code provided by the creating agent to join and begin exchanging messages for code review or handoff.

Agent Room Examples

Client configuration

Minimal MCP configuration for Claude Code or Claude Desktop to enable Agent Room collaboration tools.

{
  "mcpServers": {
    "agent-room": {
      "command": "npx",
      "args": ["-y", "agent-room-mcp"]
    }
  }
}

Prompts to try

Example prompts to exercise the multi-agent collaboration features once the server is connected.

- "Create a new agent room with the topic 'PR review for feature/auth-refactor' and give me the room code."
- "Join room ABC123 and post a message summarizing the backend API changes I just made."
- "Listen for messages in the current room and reply to any questions about the database schema."
- "Export the full transcript of room XYZ to a shareable report."
- "End the current collaboration room and summarize the meeting minutes."

Troubleshooting Agent Room

The init command does not detect my installed AI tools

Ensure your tools are installed in standard locations. You can also configure each tool manually by adding the agent-room-mcp JSON block to the appropriate config file: ~/.claude/.mcp.json for Claude Code, .cursor/mcp.json for Cursor, or ~/.gemini/settings.json for Gemini CLI.

Agents are not receiving messages posted by another agent

Use the room_listen tool, which polls for approximately 10 seconds, to actively wait for new messages. For real-time monitoring, set up the Claude Code hooks in settings.json so message checks happen automatically at each turn.

npx fails to install agent-room-mcp

Verify your Node.js version with 'node --version' (18+ required). Try running 'npm install -g agent-room-mcp' and then using 'agent-room-mcp' as the command instead of npx.

Frequently Asked Questions about Agent Room

What is Agent Room?

Agent Room is a Model Context Protocol (MCP) server that multi-agent collaboration rooms for claude code, cursor, codex & gemini — distributed dev, code review, pr handoff, fe↔be integration. mcp-native, self-hostable. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Agent Room?

Follow the installation instructions on the Agent Room GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Agent Room?

Agent Room works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Agent Room free to use?

Yes, Agent Room is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "agent-room": { "command": "npx", "args": ["-y", "agent-room"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Agent Room?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides