Skip to main content
Glama

Mattermost MCP Server

mattermost_search

Retrieve and filter messages from Mattermost channels using search queries or fetch recent messages. Specify channels, set message limits, and enhance monitoring with the MCP server integration.

Instructions

Fetch messages from Mattermost channels with optional search functionality

Input Schema

NameRequiredDescriptionDefault
channelsNoList of channel IDs to fetch messages from. If not provided, uses the default channels.
limitNoMaximum number of messages to fetch per channel. If not provided, uses the default limit.
queryNoSearch query to filter messages. If provided, performs a search instead of fetching recent messages.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channels": { "description": "List of channel IDs to fetch messages from. If not provided, uses the default channels.", "items": { "type": "string" }, "type": "array" }, "limit": { "description": "Maximum number of messages to fetch per channel. If not provided, uses the default limit.", "minimum": 1, "type": "number" }, "query": { "description": "Search query to filter messages. If provided, performs a search instead of fetching recent messages.", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Mattermost MCP Server

Related Tools

    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/kakehashi-inc/mattermost-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server