Skip to content

Add LogRocket plugin#112

Closed
arbesfeld wants to merge 1 commit into
cursor:mainfrom
arbesfeld:add-logrocket-plugin
Closed

Add LogRocket plugin#112
arbesfeld wants to merge 1 commit into
cursor:mainfrom
arbesfeld:add-logrocket-plugin

Conversation

@arbesfeld
Copy link
Copy Markdown

@arbesfeld arbesfeld commented Jun 3, 2026

Summary

Adds a LogRocket plugin to the marketplace. LogRocket is a session replay, analytics, and product/error monitoring platform; this plugin connects Cursor to the LogRocket MCP server so agents can query session replays, metrics, issues, and user behavior in natural language.

The plugin bundles:

  • MCP server (logrocket/mcp.json) — connects to https://mcp.logrocket.com/mcp?toolsets=all, which exposes use_logrocket, find_sessions, watch_sessions, build_metric, list_organizations, and list_projects. Auth is via OAuth (no env vars required).
  • use-logrocket skill — teaches the agent when and how to query LogRocket (debugging user-reported issues, understanding feature usage, triaging issues, checking for regressions, prioritizing work).

Changes

  • New top-level logrocket/ plugin directory (.cursor-plugin/plugin.json, mcp.json, skills/, assets/logo.png, README.md, CHANGELOG.md, LICENSE).
  • Added a logrocket entry to .cursor-plugin/marketplace.json.
  • Added a row to the README plugin table.

Validation

node scripts/validate-plugins.mjs passes (All plugins validated successfully.).

Notes

Opening as a draft to coordinate review/branding with the Cursor team. Happy to adjust naming, category, logo, or description to fit marketplace guidelines.

Made with Cursor


Note

Low Risk
Additive plugin packaging and docs only; no changes to shared validation or core app code, with auth delegated to LogRocket’s OAuth MCP.

Overview
Adds a new LogRocket marketplace plugin so Cursor agents can query session replays, metrics, issues, and user behavior via the hosted LogRocket MCP endpoint (OAuth, ?toolsets=all).

The logrocket/ package includes plugin manifest, mcp.json pointing at https://mcp.logrocket.com/mcp, the use-logrocket skill (when to use use_logrocket vs find_sessions / watch_sessions / build_metric, org/project discovery), plus README, changelog, license, and logo. Root .cursor-plugin/marketplace.json and the root README plugin table gain a logrocket entry.

Reviewed by Cursor Bugbot for commit b57978c. Configure here.

Connects Cursor to LogRocket via the LogRocket MCP server (all toolsets
enabled) plus a use-logrocket skill for querying session replays, metrics,
issues, and user behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant