Cloud Logging API ServerServer

ag2-mcp-servers
GitHub
Google CloudLoggingAPI

Loading subscription status...

๐Ÿ’ก Description

An MCP server that enables interaction with Google Cloud Logging API, allowing users to manage logs and log entries in Google Cloud Platform projects through natural language.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "Cloud Logging API Server": {
        "env": {
          "SECURITY": "API_KEY",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "mcp_server/main.py",
          "stdio"
        ],
        "command": "python"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

Pythonuvruffpytesthatch

โšก Features

  • Natural language processing
  • Log management
  • Integration with Google Cloud

๐Ÿ’ฌ Example Queries

  • Show me the logs from the last 24 hours
  • Retrieve error logs from my project
  • Delete logs older than 30 days