gcp_mcp

kanhaiworld/gcp_mcp
★ 0 stars Python 🤖 AI/LLM Updated today
gcp mcp server for LLM interaction
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gcp_mcp": {
      "command": "uvx",
      "args": [
        "gcp-mcp"
      ]
    }
  }
}

Or install with pip: pip install gcp-mcp

README Excerpt

This project provides tools for diagnosing Google Cloud Platform (GCP) logs using the Model Context Protocol (MCP) and Google Gemini AI. - `diagnose.py`: A script that uses Gemini AI to analyze GCP logs fetched via MCP tools. It diagnoses issues, identifies root causes, and suggests fixes. - `log_mcp_server.py`: An MCP server that exposes tools for fetching logs from GCP Cloud Logging.

Tools (1)

fastmcp