Mattermost MCP Server
by jarviscodes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH | No | Authentication method for remote HTTP mode. Omit for stdio mode. | |
| MCP_ISSUER | No | Public HTTPS URL of the MCP server (required for OAuth mode) | |
| MCP_API_KEY | No | Static API key for bearer authentication | |
| MCP_OAUTH_DB | No | Path to OAuth database file (default: /var/lib/mattermost-mcp/oauth.db) | |
| MCP_TRANSPORT | No | Transport type (stdio or http); defaults based on mode | |
| MATTERMOST_URL | No | Mattermost server URL, e.g., https://mattermost.example.com | |
| MATTERMOST_TEAM | No | Default team name | |
| MATTERMOST_TOKEN | No | Mattermost bot access token (required for all modes) | |
| MCP_OWNER_PASSWORD | No | Password for the OAuth consent screen |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/jarviscodes/mattermost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server