Cursor
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)
- Project:
- Add the Sync GTM server — no
headersblock, 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
Authorizationheader.
Next steps
- Browse the available tools.
- See usage examples on the MCP overview.
