Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From gcloud-tools
Runs locally via npx to connect Claude to Google Cloud Observability services for metrics, logs, traces, and monitoring queries. Requires GCP authentication credentials.
npx claudepluginhub fcakyon/claude-codex-settings --plugin gcloud-toolsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gcloud-observability": {
"command": "npx",
"args": [
"-y",
"@google-cloud/observability-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.