Cursor
Connect the Fullstory MCP server to Cursor to query your product data directly from the editor.
Prerequisites
- Cursor installed
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": {
"type": "http",
"url": "https://api.fullstory.com/mcp/fullstory"
}
}
}
Restart Cursor after saving. On first connection, Cursor will open a browser window to authorize with Fullstory via OAuth.
Add AI skills (optional)
The Fullstory plugin includes AI skills that Cursor can pick up to guide common analytics and session investigation workflows. Clone the repo and point Cursor at the plugin directory, or copy the skills/ folder into your project's .cursor/ directory.
The general-analysis skill guides Claude through a structured analytics workflow — building segments and metrics, computing results, validating them, and investigating sessions to explain the "why."
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.