Install Subtext
Session replay for your coding agent — capture real user sessions, then connect the agent you already use.
1. Set up capture
Session capture is configured inside Subtext. Sign in to set up — you'll get a personalized setup guide and an agent prompt with the capture snippet for your stack.
2. Connect your agent
Complete plugin with skills, commands, and MCP tools. Automatic updates.
/plugin marketplace add https://github.com/fullstorydev/subtext
/plugin install subtext@subtext-marketplace
OpenSkills — Cursor, Windsurf, etc.
Install skills for Cursor, Windsurf, and other editors via OpenSkills.
npx openskills install https://github.com/fullstorydev/subtext
npx openskills sync
See OpenSkills for more details.
Manual MCP Configuration
If your tool didn't configure the MCP server automatically, add the Subtext server URL — your tool handles the OAuth flow:
{
"mcpServers": {
"subtext": {
"type": "http",
"url": "https://api.fullstory.com/mcp/subtext"
}
}
}