Skip to main content

Connect to Cursor

Use the Ascend Gateway V5 as an MCP server in Cursor IDE for AI-powered GTM operations alongside your code.

Setup

Create .cursor/mcp.json in your project root:

Option 2: Global

Add to ~/.cursor/mcp.json (applies to all projects):

Option 3: OAuth (Auto-Discovery)

Cursor also supports the OAuth flow:
  1. SettingsMCPAdd Remote Server
  2. Enter: https://ascend-gateway-v5.ascendgtm.workers.dev/mcp
  3. Complete the OAuth authorization (paste your bearer token)

Test It

In Cursor’s AI chat, ask:
Or:

Available Tools

All 34 MCP tools are available — same as Claude and ChatGPT. See MCP Tools Reference for the complete list.

Tips

  • Use with code context: Cursor can combine gateway data with your codebase. Ask: “Based on the HubSpot contact data, generate a TypeScript interface for the contact schema.”
  • Response trimming: Use fields and format parameters to reduce response size. Cursor’s context window benefits from compact responses.
  • Multiple projects: Use project-level .cursor/mcp.json with different tenant tokens per project.

Troubleshooting