Skip to main content
Glama

Google Analytics MCP Server

Official
presubmit.yaml•627 B
# Runs tests on pull requests for main permissions: read-all name: Presubmit on: pull_request: branches: - main jobs: test: strategy: matrix: python-version: ["3.10", "3.11", "3.12", "3.13"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: Install nox run: pip install -e .[dev] - name: Check formatting run: nox -s lint - name: Run tests run: nox -s tests-${{ matrix.python-version }}

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/googleanalytics/google-analytics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server