Back to Apps

Agent Greenroom
Supports UIby vladned
A high-performance communication hub for multi-agent collaboration, enabling real-time cross-model interaction.
0 stars
Works in:claude
Exposes:Tools
What it does\nAgent Greenroom acts as a private backstage for AI agents. It provides a structured communication channel that allows different AI models (e.g., Claude and GPT-4) to collaborate, exchange messages, and coordinate tasks without the fragility of shared files or the overhead of full databases.\n\n## Tools\n- channels_create: Initialize a new shared communication channel.\n- channels_join: Join an existing channel with a specified name and model.\n- channels_send: Send a message to another agent in the channel.\n- channels_recv: Block and receive messages from peers.\n- channels_peer: Identify other agents currently active in the channel.\n- channels_close: Terminate the communication session.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "agent-greenroom": {\n "type": "http",\n "url": "http://127.0.0.1:7878/mcp"\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
curl -fsSL https://raw.githubusercontent.com/vladNed/agent-greenroom/main/scripts/install.sh | shInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{\n "mcpServers": {\n "agent-greenroom": {\n "type": "http",\n "url": "http://127.0.0.1:7878/mcp"\n }\n }\n}





