• v1.0.0 a4e51f6412

    karti-ai released this 2026-04-15 21:15:26 -07:00 | 0 commits to master since this release

    Mattermost MCP Server v1.0.0

    🎉 Initial Release

    A comprehensive MCP (Model Context Protocol) server for Mattermost with 48 tools for AI assistants.

    Features

    • 27 Base Tools: Channels, messaging, users, reactions, files, DMs
    • Team Management: Invite/remove users, get stats, list members
    • Slash Commands: Execute /remind, /poll, etc.
    • Webhook Management: Incoming and outgoing webhooks
    • System Tools: Server config, logs, bulk status updates
    • Channel Admin: Create, invite, leave, delete channels
    • Read-Only Mode: Safe exploration mode
    • Dual Token Support: Bot token + PAT for enhanced security

    📦 Binaries

    • Linux AMD64 (x86_64)
    • Linux ARM64
    • macOS AMD64 (Intel)
    • macOS ARM64 (Apple Silicon)
    • Windows AMD64

    🔧 Installation

    Linux/macOS:

    curl -L -o mattermost-mcp-server https://github.com/karti-ai/mattermost-mcp-server/releases/download/v1.0.0/mattermost-mcp-server-linux-amd64
    chmod +x mattermost-mcp-server
    

    Go Install:

    go install github.com/karti-ai/mattermost-mcp-server@v1.0.0
    

    📖 Documentation

    See README.md for full documentation.

    🔒 License

    Apache License 2.0

    Downloads