Skip to main content

Cursor

Connect the Fullstory MCP server to Cursor to query your product data directly from the editor.

Prerequisites

Setup

Open or create ~/.cursor/mcp.json (for global config) or .cursor/mcp.json in your project root (for project-scoped config) and add:

{
"mcpServers": {
"Fullstory": {
"url": "https://api.fullstory.com/mcp",
"headers": {
"Authorization": "Bearer ${env:FULLSTORY_API_KEY}"
}
}
}
}

Restart Cursor after saving.

Verify the connection

In the Cursor chat, ask:

What Fullstory tools are available?

Cursor will list the available tools if the connection is working.

Using the tools

Once connected, you can ask Cursor questions about your product data in natural language. For example:

  • "What are the biggest frustrations on my checkout page?"
  • "How many users hit a network error last week? Show me as a trend."
  • "Find sessions where users rage clicked on the signup button."

See Example Workflows for more patterns.