Add LogRocket plugin#112
Closed
arbesfeld wants to merge 1 commit into
Closed
Conversation
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>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
logrocket/mcp.json) — connects tohttps://mcp.logrocket.com/mcp?toolsets=all, which exposesuse_logrocket,find_sessions,watch_sessions,build_metric,list_organizations, andlist_projects. Auth is via OAuth (no env vars required).use-logrocketskill — teaches the agent when and how to query LogRocket (debugging user-reported issues, understanding feature usage, triaging issues, checking for regressions, prioritizing work).Changes
logrocket/plugin directory (.cursor-plugin/plugin.json,mcp.json,skills/,assets/logo.png,README.md,CHANGELOG.md,LICENSE).logrocketentry to.cursor-plugin/marketplace.json.Validation
node scripts/validate-plugins.mjspasses (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.jsonpointing athttps://mcp.logrocket.com/mcp, theuse-logrocketskill (when to useuse_logrocketvsfind_sessions/watch_sessions/build_metric, org/project discovery), plus README, changelog, license, and logo. Root.cursor-plugin/marketplace.jsonand the root README plugin table gain alogrocketentry.Reviewed by Cursor Bugbot for commit b57978c. Configure here.