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
Signal MCP
🔒

Signal MCP MCP Server

Privacy-focused encrypted messaging platform.

signalencryptedprivacymessaging

About

## Signal Chat MCP Server: Secure Messaging The **Signal Chat MCP Server** integrates Signal's secure messaging capabilities into Google Antigravity. This enables sending encrypted messages through the most trusted secure messaging platform. ### Why Signal MCP? Signal sets the security standard: - **End-to-End Encryption**: Industry-leading security - **Open Source**: Auditable protocol - **No Metadata**: Minimal data collection - **Disappearing Messages**: Auto-delete support - **Trusted**: Used by journalists, activists ### Key Features #### 1. Send Messages ```python from signalstickers_client import StickersClient import subprocess # Using signal-cli def send_message(recipient, message): subprocess.run([ "signal-cli", "-u", "+1234567890", "send", "-m", message, recipient ]) send_message("+0987654321", "Secure notification: Deployment complete!") ``` #### 2. Group Messages ```python # Send to group def send_group_message(group_id, message): subprocess.run([ "signal-cli", "-u", "+1234567890", "send", "-m", message, "-g", group_id ]) send_group_message("group-id", "Team alert: Server maintenance at 2 AM") ``` #### 3. Receive Messages ```python import json # Receive and process messages def receive_messages(): result = subprocess.run( ["signal-cli", "-u", "+1234567890", "receive", "--json"], capture_output=True, text=True ) for line in result.stdout.split("\\n"): if line: msg = json.loads(line) if "dataMessage" in msg.get("envelope", {}): handle_message(msg) ``` ### Configuration ```json { "mcpServers": { "signal-chat": { "command": "npx", "args": ["-y", "@anthropic/mcp-signal"], "env": { "SIGNAL_CLI_PATH": "/usr/local/bin/signal-cli", "SIGNAL_PHONE_NUMBER": "+1234567890" } } } } ``` ### Use Cases **Secure Alerts**: Send sensitive notifications securely. **Private Communication**: Team communication with privacy. **Incident Response**: Secure incident coordination. The Signal MCP Server brings secure messaging to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "signal-chat": {}
  }
}

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