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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
Segment
git-branch

Segment MCP Server

Customer data platform

cdpdataintegration

About

## Segment MCP Server: Customer Data Platform The **Segment MCP Server** integrates Segment's customer data platform into Google Antigravity. This enables collecting, cleaning, and routing customer data to hundreds of analytics and marketing tools. ### Why Segment MCP? Segment unifies customer data: - **Single API**: Collect once, send everywhere - **400+ Integrations**: Connect any tool - **Data Quality**: Clean and validate data - **Identity Resolution**: Unified customer profiles - **Protocols**: Data governance built-in ### Key Features #### 1. Track Events ```python import analytics analytics.write_key = "your-write-key" analytics.track("user-123", "Order Completed", { "order_id": "ORD-456", "revenue": 99.99, "products": [{"sku": "SKU-1", "name": "Widget"}] }) analytics.identify("user-123", { "email": "user@example.com", "plan": "premium" }) ``` #### 2. Query Profiles ```python import requests headers = {"Authorization": f"Bearer {api_token}"} # Get user profile response = requests.get( f"https://profiles.segment.com/v1/spaces/{space_id}/collections/users/profiles/user_id:123", headers=headers ) profile = response.json() print(f"Traits: {profile['traits']}") ``` #### 3. Manage Sources ```python # List sources response = requests.get( "https://api.segmentapis.com/sources", headers=headers ) for source in response.json()["data"]["sources"]: print(f"Source: {source['name']} - {source['slug']}") ``` ### Configuration ```json { "mcpServers": { "segment": { "command": "npx", "args": ["-y", "@anthropic/mcp-segment"], "env": { "SEGMENT_WRITE_KEY": "your-write-key", "SEGMENT_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Data Collection**: Single API for all analytics. **Data Routing**: Send to 400+ destinations. **Customer Profiles**: Unified user data. The Segment MCP Server brings customer data infrastructure to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "segment": {
      "mcpServers": {
        "segment": {
          "env": {
            "SEGMENT_WRITE_KEY": "your-write-key"
          },
          "args": [
            "-y",
            "segment-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create Segment source
  2. 2Get write key
  3. 3Track customer events

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