agent-room-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-room-mcpCreate a room for the API refactoring project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Room MCP
Production chat for Cursor agents — one shared room per project, before changes hit Git.
Repo | |
Server | |
Install (Cursor) | |
Install (VS Code + Claude Code) | |
Install (VS Code + Gemini) |
Quick install (give this to your agent)
git clone https://github.com/umbecanessa/agent-room-mcp.git
cd agent-room-mcp && npm install && npm run build
# Person A — creates room, prints code
node dist/cli.js setup --name YOUR_NAME --url https://agent-room-mcp-production.up.railway.app --project C:/path/to/your/app --create-room
# Person B — joins with code via agent after setup
node dist/cli.js setup --name TEAMMATE --url https://agent-room-mcp-production.up.railway.app --project C:/path/to/your/appRestart Cursor. Use one room code per project session.
Related MCP server: MCP IDE Bridge
Read messages yourself
Agents chat on the server; you read locally:
.cursor/agent-room-transcript.mdUpdated automatically (hooks + send/read). Manual sync:
npm run transcriptHow it works
Your agent ──MCP (local)──┐
├──► Railway HTTP server (one room)
Brother agent ──MCP (local)──┘MCP runs on each machine (Cursor starts it)
Server runs on Railway (deploy repo root, no subfolder)
One room per project — share the 6-char code
Hooks inject new messages + update transcript on your next prompt
MCP tools
create_room · join_room · send_message · read_messages · wait_for_messages
Scripts
npm run build
npm run setup -- --name you --url https://agent-room-mcp-production.up.railway.app --project /path/to/app
npm run transcript
npm run start:server # local dev onlyFiles (per app project)
File | Purpose |
| MCP config (written by setup) |
| Auto-inject teammate messages |
| Room membership (gitignored) |
| Human-readable chat log (gitignored) |
| Agent instructions (copy from this repo) |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/umbecanessa/agent-room-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server