Skip to Content

Cursor logoCursor

Connect Sync GTM to Cursor, the AI-native code editor.

Install

  • Create or edit your MCP config file:
    • Project: .cursor/mcp.json (checked into your repo)
    • Global: ~/.cursor/mcp.json (all projects)
  • Add the Sync GTM server — no headers block, no token:
{ "mcpServers": { "syncgtm": { "url": "https://api.syncgtm.com/mcp" } } }
  • Save the file. Cursor detects the server and shows Needs login.
  • Click Needs login (or open Settings → MCP). Your default browser opens the Sync GTM authorization page.
  • Sign in to Sync GTM and approve. Cursor connects automatically.

Authentication is handled by browser OAuth — do not add an Authorization header.

Next steps