Skip to main content
Glama

Google Ads MCP Server

by martechery
setup.env.ts426 B
/// <reference types="node" /> // Load environment variables from .env before tests import 'dotenv/config'; // Force integration tests to use ADC (ignore any dev/test env token) try { // eslint-disable-next-line no-console if (process.env.GOOGLE_ADS_ACCESS_TOKEN) console.log('[integration] Ignoring GOOGLE_ADS_ACCESS_TOKEN for live tests'); delete (process.env as any).GOOGLE_ADS_ACCESS_TOKEN; } catch { // ignore }

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/martechery/mcp-google-ads-ts'

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