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
New Relic
activity

New Relic MCP Server

Official New Relic AI MCP server

new-relicobservabilityapmmetricslogs

About

## New Relic MCP Server: Application Observability The **New Relic MCP Server** integrates New Relic's observability platform into Google Antigravity. This enables APM, infrastructure monitoring, logs, and real user monitoring in a unified platform. ### Why New Relic MCP? New Relic provides complete observability: - **Full Stack**: APM, infra, logs, RUM, synthetics - **One Platform**: All telemetry in one place - **AI-Powered**: Proactive anomaly detection - **Free Tier**: 100GB free monthly - **OpenTelemetry**: Native OTLP support ### Key Features #### 1. Send Metrics ```python import newrelic.agent newrelic.agent.initialize("newrelic.ini") newrelic.agent.record_custom_metric("Custom/API/ResponseTime", response_time_ms) newrelic.agent.record_custom_event("DeploymentEvent", { "version": "2.1.0", "environment": "production" }) ``` #### 2. Query with NRQL ```python import requests headers = {"Api-Key": api_key} response = requests.post( "https://api.newrelic.com/graphql", headers=headers, json={"query": "{ actor { nrql(query: \\\"SELECT count(*) FROM Transaction\\\") } }"} ) ``` ### Configuration ```json { "mcpServers": { "new-relic": { "command": "npx", "args": ["-y", "@anthropic/mcp-newrelic"], "env": { "NEW_RELIC_API_KEY": "NRAK-xxx", "NEW_RELIC_ACCOUNT_ID": "12345" } } } } ``` ### Use Cases **APM**: Monitor application performance. **Infrastructure**: Track servers and containers. **Log Analysis**: Correlate logs with traces. The New Relic MCP Server brings application observability to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "new-relic": {
      "mcpServers": {
        "new-relic": {
          "env": {
            "NEW_RELIC_API_KEY": "YOUR_NEW_RELIC_API_KEY",
            "NEW_RELIC_ACCOUNT_ID": "YOUR_ACCOUNT_ID"
          },
          "args": [
            "-y",
            "@newrelic/mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Set API key and account ID
  2. 22. Query metrics, traces, and logs
  3. 33. Currently in Public Preview

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