Skip to content
Zed

google analytics for Zed

com.mcparmory/google-analytics

Query GA4 analytics data with custom reports, pivot tables, and audience exports

client:Zed transport:stdio runtime:pypi

Install google analytics in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "google-analytics": {
      "command": "uvx",
      "args": [
        "mcparmory-google-analytics"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

google analytics in other clients