mattermost-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MATTERMOST_URL | Yes | The URL of the Mattermost server (e.g., https://mattermost.company.com) | |
| MATTERMOST_TOKEN | Yes | Authentication token for Mattermost | |
| MATTERMOST_KEEPALIVE_MS | No | Keep-alive interval in milliseconds (default: 86400000) | 86400000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_threadB | Get Mattermost thread content by post ID |
| get_postA | Get single post content by ID |
| get_channel_postsC | Get posts from a channel |
| search_postsC | Search posts in team |
| list_channelsB | List channels in team |
| get_userA | Get user info by ID |
| send_messageC | Send message to channel |
| test_connectionA | Test Mattermost connection |
| get_unreadB | Get unread messages, threads and channels summary |
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/anton-sobolev-zhr/mattermost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server