Google Cloud MCP ServerServer

krzko
GitHub
Google CloudMCPNatural Language

Loading subscription status...

💡 Description

A Model Context Protocol server that connects to Google Cloud services to provide context and tools for interacting with Google Cloud resources, allowing users to query logs, interact with Spanner databases, and analyze Cloud Monitoring metrics through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google-cloud-mcp": {
        "env": {
          "GOOGLE_APPLICATION_CREDENTIALS": "/Users/foo/.config/gcloud/application_default_credentials.json"
        },
        "args": [
          "/Users/foo/code/google-cloud-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

gcloudpnpm

Features

  • Query Google Cloud logs with custom filters
  • Execute SQL queries against Spanner databases
  • Visualize metrics data over time

💬 Example Queries

  • Show me the recent logs from Google Cloud Logging
  • Execute an SQL query on my Spanner database
  • What are the available metrics in Google Cloud Monitoring?