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
OpenTelemetry MCP Server
activity

OpenTelemetry MCP Server MCP Server

Bridge AI agents to observability backends

opentelemetryprometheuslokiobservability

About

## OpenTelemetry MCP Server: Vendor-Neutral Observability The **OpenTelemetry MCP Server** integrates OpenTelemetry into Google Antigravity. This provides vendor-neutral telemetry collection for traces, metrics, and logs exportable to any backend. ### Why OpenTelemetry MCP? OpenTelemetry is the industry standard: - **Vendor Neutral**: Export to any backend - **Unified**: Traces, metrics, logs together - **CNCF Project**: Industry-backed standard - **Auto-Instrumentation**: Easy setup - **Extensible**: Custom instrumentation ### Key Features #### 1. Tracing ```python from opentelemetry import trace from opentelemetry.sdk.trace import TracerProvider provider = TracerProvider() trace.set_tracer_provider(provider) tracer = trace.get_tracer(__name__) with tracer.start_as_current_span("process-request") as span: span.set_attribute("user.id", "123") ``` #### 2. Metrics ```python from opentelemetry import metrics meter = metrics.get_meter(__name__) requests_counter = meter.create_counter("http.requests") requests_counter.add(1, {"method": "GET", "status": "200"}) latency_histogram = meter.create_histogram("http.duration") latency_histogram.record(0.15, {"endpoint": "/api"}) ``` ### Configuration ```json { "mcpServers": { "opentelemetry": { "command": "npx", "args": ["-y", "@anthropic/mcp-otel"], "env": { "OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317", "OTEL_SERVICE_NAME": "my-service" } } } } ``` ### Use Cases **Distributed Tracing**: Trace requests across services. **Custom Metrics**: Business and technical metrics. **Backend Flexibility**: Switch backends without code changes. The OpenTelemetry MCP Server brings standard observability to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "opentelemetry": {
      "mcpServers": {
        "otel": {
          "env": {
            "LOKI_URL": "http://localhost:3100",
            "PROMETHEUS_URL": "http://localhost:9090"
          },
          "args": [
            "otel-mcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 1Configure Prometheus and Loki URLs
  2. 2Supports PromQL and LogQL queries
  3. 3Investigate service health issues

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