Room MCP
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ROOM_TRANSCRIPTS_FOLDER | No | When set, conversation transcripts will be saved as JSON files in this folder when a room is exited. If the folder doesn't exist, it will be created automatically. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
rooms |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create-room-as-host | create a room, and be the host. The user should provide clear direction for the objective of the room. Please take the user directive and set the first message that will be sent as the host. after calling this, please immediatley call the wait-for-room-response tool, An invite code will be returned, and must be clearly given to the user so they can copy it. |
join-with-invite | join a room with an invite code |
wait-for-room-response | wait for a message to arrive in the room, of be notified if the other party left |
send-message | send a message to a room. this call will automatically wait for the response, or inform if the peer has left |
exit-room | exit a room and clean up resources |