Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Mattermost MCP
💬

Mattermost MCP MCP Server

Open-source Slack alternative for enterprise messaging.

mattermostchatenterpriseslack

About

## Mattermost MCP Server: Open Source Collaboration The **Mattermost MCP Server** integrates Mattermost's open-source messaging platform into Google Antigravity. This enables team communication, bot development, and workflow automation on a self-hosted platform with enterprise features. ### Why Mattermost MCP? Mattermost offers open-source flexibility: - **Self-Hosted**: Full control over data - **Open Source**: Customize everything - **Enterprise Features**: SSO, compliance, high availability - **Integrations**: Webhooks, bots, plugins - **Security**: On-premise deployment option ### Key Features #### 1. Send Messages ```python from mattermostdriver import Driver driver = Driver({ "url": "https://mattermost.example.com", "token": "your-token" }) driver.login() # Post message driver.posts.create_post({ "channel_id": "channel-id", "message": "Deployment complete! :rocket:" }) ``` #### 2. Webhooks ```python import requests # Incoming webhook webhook_url = "https://mattermost.example.com/hooks/xxx" requests.post(webhook_url, json={ "text": "Build Status Update", "attachments": [{ "color": "#00FF00", "title": "Build #123 Passed", "fields": [ {"short": True, "title": "Tests", "value": "142 passed"}, {"short": True, "title": "Coverage", "value": "87%"} ] }] }) ``` #### 3. Bot Development ```python from mmpy_bot import Bot, Settings, listen_to settings = Settings( MATTERMOST_URL="https://mattermost.example.com", BOT_TOKEN="your-bot-token" ) @listen_to("deploy (.*)") async def deploy(message, env): await message.respond(f"Deploying to {env}...") # Trigger deployment await message.respond("Deployment complete!") bot = Bot(settings=settings) bot.run() ``` ### Configuration ```json { "mcpServers": { "mattermost": { "command": "npx", "args": ["-y", "@anthropic/mcp-mattermost"], "env": { "MATTERMOST_URL": "https://mattermost.example.com", "MATTERMOST_TOKEN": "your-token" } } } } ``` ### Use Cases **DevOps Notifications**: Post build and deploy status. **Security Alerts**: Self-hosted incident communication. **Custom Bots**: Build bots with full control. The Mattermost MCP Server brings open-source collaboration to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "mattermost": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers