rocketchat-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROCKETCHAT_USER_ID | Yes | Your Rocket.Chat user ID | |
| ROCKETCHAT_AUTH_TOKEN | Yes | Personal Access Token | |
| ROCKETCHAT_SERVER_URL | Yes | Workspace URL, e.g. https://chat.example.com | |
| ROCKETCHAT_WATCHDOG_INTERVAL | No | (optional) orphan-watchdog interval in seconds, default 60 | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_usersA | List all users available to the user. |
| send_message_in_channelB | Send a message to a RocketChat channel. |
| send_direct_messageB | Send a direct message to a user. |
| delete_messageB | Delete a message. |
| get_unreadA | Get all rooms with unread messages and their latest unread content. |
| send_fileA | Send a file (image, document, etc.) to a channel or user. |
| list_all_roomsA | List all rooms (channels, groups and DMs) available to the user. |
| get_user_infoB | Get information about a specific user. |
| create_channelC | Create a new channel. |
| get_channel_messagesA | Get messages from a channel, group or DM (newest first). |
| search_messagesA | Search messages in a room by keyword. Much cheaper than paging through history with get_channel_messages when looking for a specific message. |
| download_attachmentB | Download attachments from a message. Returns local file paths that can be viewed with the Read tool. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/millerchou/rocketchat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server