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
Harness MCP
🎯

Harness MCP MCP Server

Modern software delivery platform.

harnesscdplatformautomation

About

## Harness MCP Server: Modern Software Delivery Platform The **Harness MCP Server** integrates the AI-powered delivery platform into Google Antigravity, enabling developers to manage pipelines, deployments, and feature flags with intelligent automation. ### Why Harness MCP? - **AI-powered** - Intelligent deployment verification - **Pipeline management** - Create and execute pipelines - **Continuous verification** - Automated rollback on issues - **Feature flags** - Integrated feature management - **GitOps support** - Git-based deployment workflows ### Key Features #### 1. Pipeline Execution ```python # Execute pipeline execution = await mcp.call("harness", "execute_pipeline", { "org": "default", "project": "my-project", "pipeline": "deploy-prod", "inputs": {"version": "v2.1.0"} }) print(f"Execution ID: {execution[\"planExecutionId\"]}") # Get execution status status = await mcp.call("harness", "get_execution", { "execution_id": execution["planExecutionId"] }) ``` #### 2. Deployment Management ```python # Get deployments deployments = await mcp.call("harness", "list_deployments", { "project": "my-project", "environment": "production", "limit": 10 }) for deploy in deployments: print(f"{deploy[\"id\"]}: {deploy[\"status\"]}") # Rollback deployment await mcp.call("harness", "rollback", { "deployment_id": "deploy_xxx" }) ``` #### 3. Service Management ```python # List services services = await mcp.call("harness", "list_services", { "project": "my-project" }) # Get service details service = await mcp.call("harness", "get_service", { "project": "my-project", "service": "api-service" }) ``` #### 4. Environment Configuration ```python # List environments envs = await mcp.call("harness", "list_environments", { "project": "my-project" }) # Create environment await mcp.call("harness", "create_environment", { "project": "my-project", "name": "staging", "type": "PreProduction" }) ``` ### Configuration ```json { "mcpServers": { "harness": { "command": "npx", "args": ["-y", "@anthropic/mcp-harness"], "env": { "HARNESS_API_KEY": "pat.xxx", "HARNESS_ACCOUNT_ID": "your-account" } } } } ``` ### Use Cases **Continuous Delivery**: Automate deployments with verification. **Multi-Cloud**: Deploy to any cloud provider. **Intelligent Rollback**: Auto-rollback on anomaly detection. **Pipeline Orchestration**: Complex multi-stage pipelines. The Harness MCP Server enables intelligent software delivery.

Installation

Configuration
{
  "mcpServers": {
    "harness": {}
  }
}

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