Skip to main content

Gemini CLI

Connect Fullstory to Gemini CLI so you can query your product data directly from the terminal.

Prerequisites

  • Gemini CLI installed (see the official installation guide for supported platforms)

Setup

1. Install the Fullstory extension (from terminal)

gemini extensions install https://github.com/fullstorydev/fullstory-skills

2. Start Gemini CLI (from terminal)

gemini

3. Connect the MCP server (from within Gemini CLI)

/mcp auth fullstory

That starts the OAuth-based authentication flow for the Fullstory MCP server.

What the extension includes

ComponentWhat it does
MCP serverConnects Gemini CLI to your Fullstory data
general-analysis skillGuides the model through a structured analytics workflow: build a segment or metric, compute results, validate them, then investigate sessions
comparisons skillAutomatically invoked when comparing A vs B — picks the right mechanism (dimensionality vs separate segments)
session-context agentReads individual session transcripts in an isolated context so they don't bloat your main conversation

Use the analytics skill with /fullstory:general-analysis.

Using the tools

Once connected, ask questions about your product data in natural language:

  • "What are the top frustrations on our product right now?"
  • "Build a segment of users who rage clicked on the payment page and summarize 3 sessions for me."
  • "What's causing the most drop-off in our checkout funnel, and can you show me what those sessions look like?"

See Example Workflows for more patterns.