$ timeahead.in
/ servers/npm/@google-cloud/observability-mcp
npm

@google-cloud/observability-mcp

MCP Server for GCP environment for interacting with various Observability APIs.

819 stars15k/wkupdated 1d agogithub ↗
90good
▣ Overview
gcloud-mcp Servers CILicenseVersionVersionVersionVersion

What it does

Exposes Google Cloud Observability APIs—Cloud Logging, Cloud Metrics, and Cloud Trace—as MCP tools that Claude can call directly. The server bridges 13 tools for querying logs across projects, analyzing time-series metrics, and inspecting distributed traces without switching context or manually constructing gcloud commands.

Who it's for

GCP operators, SRE engineers, and backend developers investigating production incidents, debugging performance bottlenecks, or monitoring cloud workload health. Useful for teams already using gcloud CLI and wanting natural-language access to observability data from Claude.

Common use cases

  • Query Cloud Logging to search error patterns or audit logs across multiple GCP projects.
  • Analyze Cloud Metrics time series to correlate performance spikes with application changes.
  • Inspect Cloud Trace spans for request latency breakdown and service dependency analysis.
  • Aggregate observability signals (logs, metrics, traces) during incident investigation.

Setup pitfalls

  • Requires both the Node.js package @google-cloud/observability-mcp and the gcloud CLI installed and authenticated; the package alone is insufficient.
  • Node.js 20 or higher required; earlier versions will not work.
  • The GCP service account or user credentials must have authorization to access Cloud Logging, Metrics, and Trace APIs.
  • CI is currently failing as of the latest commit; verify compatibility with your Claude client before upgrading.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
79
15.8
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
89.8
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high· 13 tools · auth: API key
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
list_log_entries✓ no
list_log_names✓ no
list_buckets✓ no
list_views✓ no
list_sinks✓ no
+8 more tools
list_log_scopes✓ no
list_metric_descriptors✓ no
list_time_series✓ no
list_alert_policies✓ no
list_alerts✓ no
list_traces✓ no
get_trace✓ no
list_group_stats✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "google-cloudobservability": {
      "command": "npx",
      "args": [
        "-y",
        "@google-cloud/observability-mcp"
      ]
    }
  }
}
⚙ Maintenance health
72/ 100 · is this project alive?
contributors (1y)18
top contributor share25%
releases (1y)26
last release30d ago
ci⚠ failing
⛁ Raw data
weekly downloads15k
github stars819
forks73
open issues44
license✓ present
readme length20053 chars
last publish0d ago
last commit1d ago
last updated11h ago
install verified✗ fail · 22d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points