Cursor
Connect Sync GTM to Cursor, the AI-native code editor.
Why connect Cursor to Sync GTM?
With Sync GTM in Cursor, your AI coding assistant also becomes a live GTM data layer — ask it in the chat panel while you code:
- Look up contacts without context-switching — find a work email or LinkedIn profile without leaving your editor
- Enrich people and companies mid-workflow — pull headcount, tech stack, or funding data into your scripts as you write them
- Automate outbound from code — build enrichment pipelines, verify emails, and generate lead lists directly from your IDE
- Research prospects on demand — job changes, hiring signals, LinkedIn posts — all queryable in plain English
- Prototype GTM integrations faster — test Sync GTM tools interactively from the same editor where you ship the integration
Perfect for developers building sales tools, RevOps engineers automating data pipelines, and founders who want GTM data inside their coding workflow.
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.
