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
Scalr MCP
📐

Scalr MCP MCP Server

Remote state and collaboration for Terraform.

scalrterraformstatecollaboration

About

## Scalr MCP Server: Terraform Collaboration Platform The **Scalr MCP Server** integrates the Terraform collaboration platform into Google Antigravity, enabling developers to manage workspaces, runs, and policies for enterprise Terraform at scale. ### Why Scalr MCP? - **Terraform enterprise** - Scale Terraform in organizations - **Workspace management** - Organize infrastructure as workspaces - **Policy enforcement** - OPA policies for compliance - **Cost estimation** - Pre-run cost estimates - **VCS integration** - Git-driven workflows ### Key Features #### 1. Workspace Management ```python # Create workspace workspace = await mcp.call("scalr", "create_workspace", { "name": "production-vpc", "environment": "prod", "vcs_repo": { "identifier": "org/terraform-vpc", "branch": "main" }, "working_directory": "environments/prod" }) # List workspaces workspaces = await mcp.call("scalr", "list_workspaces", { "environment": "prod" }) ``` #### 2. Run Management ```python # Queue run run = await mcp.call("scalr", "create_run", { "workspace_id": workspace["id"], "message": "Deploy VPC changes" }) # Get run status status = await mcp.call("scalr", "get_run", { "run_id": run["id"] }) print(f"Status: {status[\"status\"]}") # Apply run await mcp.call("scalr", "apply_run", { "run_id": run["id"] }) ``` #### 3. Variable Management ```python # Set variables await mcp.call("scalr", "create_variable", { "workspace_id": workspace["id"], "key": "aws_region", "value": "us-east-1", "category": "terraform" }) # Set sensitive variable await mcp.call("scalr", "create_variable", { "workspace_id": workspace["id"], "key": "db_password", "value": "secret", "sensitive": True }) ``` #### 4. Policy Checks ```python # List policy groups policies = await mcp.call("scalr", "list_policy_groups", { "environment": "prod" }) # Get policy check results results = await mcp.call("scalr", "get_policy_results", { "run_id": run["id"] }) ``` ### Configuration ```json { "mcpServers": { "scalr": { "command": "npx", "args": ["-y", "@anthropic/mcp-scalr"], "env": { "SCALR_HOSTNAME": "your-org.scalr.io", "SCALR_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Enterprise Terraform**: Scale Terraform across teams. **Cost Control**: Estimate costs before apply. **Compliance**: Enforce policies on infrastructure. **GitOps**: VCS-driven infrastructure changes. The Scalr MCP Server enables enterprise Terraform management.

Installation

Configuration
{
  "mcpServers": {
    "scalr": {}
  }
}

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