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
Rocket.Chat MCP
🚀

Rocket.Chat MCP MCP Server

Open-source team communication platform with rich integrations.

rocketchatchatteamopensource

About

## RocketChat MCP Server: Open Source Team Chat The **RocketChat MCP Server** integrates Rocket.Chat's open-source communication platform into Google Antigravity. This enables team messaging, video conferencing, and chatbot development on a fully customizable self-hosted platform. ### Why RocketChat MCP? Rocket.Chat offers complete control: - **Open Source**: Full customization - **Self-Hosted**: Data sovereignty - **Omnichannel**: WhatsApp, SMS, email in one - **Video Chat**: Built-in video conferencing - **Federation**: Connect multiple instances ### Key Features #### 1. Send Messages ```python from rocketchat_API import RocketChat rocket = RocketChat( user="bot", password="botpassword", server_url="https://chat.example.com" ) # Post message rocket.chat_post_message( text="Deployment complete! :rocket:", channel="#devops" ) # Send with attachments rocket.chat_post_message( text="Build Status", channel="#devops", attachments=[{ "color": "#00FF00", "title": "Build #123", "text": "All tests passed" }] ) ``` #### 2. Channel Management ```python # Create channel rocket.channels_create("project-alpha") # Invite users rocket.channels_invite("project-alpha", "user123") # Set topic rocket.channels_set_topic("project-alpha", "Project Alpha discussions") ``` #### 3. Bot Development ```python # Listen for messages from rocketchat_API.APIExceptions.RocketExceptions import RocketConnectionException while True: messages = rocket.channels_history("general", count=10) for msg in messages.json()["messages"]: if msg["msg"].startswith("!deploy"): # Handle deploy command rocket.chat_post_message("Starting deployment...", channel="general") ``` ### Configuration ```json { "mcpServers": { "rocketchat": { "command": "npx", "args": ["-y", "@anthropic/mcp-rocketchat"], "env": { "ROCKETCHAT_URL": "https://chat.example.com", "ROCKETCHAT_USER": "bot", "ROCKETCHAT_PASSWORD": "password" } } } } ``` ### Use Cases **Self-Hosted Chat**: Complete control over communication. **Customer Support**: Omnichannel support platform. **Custom Bots**: Build specialized automation bots. The RocketChat MCP Server brings open-source team chat to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "rocketchat": {}
  }
}

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