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
Renovate
refresh-cw

Renovate MCP Server

Dependency automation

dependenciesautomationupdates

About

## Renovate MCP Server: Automated Dependency Update Management The **Renovate MCP Server** integrates intelligent dependency update automation into Google Antigravity, providing fine-grained control over how and when your project dependencies are updated with AI-assisted configuration. ### Why Renovate MCP? - **Intelligent Scheduling**: Schedule updates during low-activity periods to minimize disruption to active development - **Grouping Strategies**: Combine related updates into single PRs based on package scope, type, or custom rules - **Version Policies**: Define precise policies for major, minor, and patch updates per package or package group - **Auto-Merge Rules**: Automatically merge low-risk updates that pass CI without human intervention - **Monorepo Support**: Handle complex monorepo setups with workspace-aware update strategies ### Key Features #### 1. Update Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show all pending dependency updates and group by update type: security, major, minor, patch" }] ) ``` #### 2. Configuration ```python # Configure Renovate rules response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Configure Renovate to auto-merge patch updates for dev dependencies after CI passes" }] ) ``` #### 3. PR Management ```python # Handle update PRs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List open Renovate PRs, close outdated ones, and rebase those with merge conflicts" }] ) ``` #### 4. Dashboard Overview ```python # View update status response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show Renovate dashboard with overview of all repositories and their update status" }] ) ``` ### Configuration ```json { "mcpServers": { "renovate": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-renovate"], "env": { "RENOVATE_TOKEN": "your-github-token", "RENOVATE_PLATFORM": "github" } } } } ``` ### Use Cases **Security Compliance**: Ensure security patches are applied promptly with priority scheduling and auto-merge. **Update Batching**: Reduce PR noise by grouping related updates into manageable batches for review. **Version Pinning**: Implement precise version control strategies for critical dependencies. **Multi-Repo Management**: Manage dependency updates across an entire organization of repositories consistently. The Renovate MCP Server automates the tedious work of dependency management while providing granular control, ensuring your projects stay secure and current without overwhelming your team.

Installation

Configuration
{
  "mcpServers": {
    "renovate": {
      "mcpServers": {
        "renovate": {
          "env": {
            "RENOVATE_TOKEN": "your-token"
          },
          "args": [
            "-y",
            "renovate-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Set up Renovate app
  2. 2Configure token
  3. 3Automate updates

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