Add cursor-supermemory plugin (persistent memory via Supermemory) - #528
Open
thahapc1994-jpg wants to merge 1 commit into
Open
Add cursor-supermemory plugin (persistent memory via Supermemory)#528thahapc1994-jpg wants to merge 1 commit into
thahapc1994-jpg wants to merge 1 commit into
Conversation
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.
What this PR does
Adds the official cursor-supermemory plugin to the xAI plugin marketplace as a remote-source catalog entry. No plugin code is vendored here.
cursor-supermemoryOwnership
sourcerepo is published under the official org (supermemoryai).This is a catalog index PR pointing at the vendor's official public repository. I am not affiliated with supermemoryai; the listing is sourced from that org's public plugin so Grok Build users can install it from the official marketplace.
Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha; the commit is public and reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally (generated from the full catalog, then this PR keeps only this plugin's index key).homepage+ cleardescriptionset; keywords/domains are brand-scoped.Security
curl | bash, remote-code download/exec, orpostinstallRCE in the catalog entry..env, or env vars in the catalog entry.Network endpoints this plugin calls: Supermemory API via the plugin's bundled Node CLI. MCP is stdio: node ${CURSOR_PLUGIN_ROOT}/dist/cli.js mcp.
Credentials/permissions it requires:
node dist/cli.js loginor SUPERMEMORY_API_KEY. Tokens live in user config, not in the plugin repo.Notes for reviewers
Official Supermemory Cursor plugin. Ships skills (memory-init/save/search), commands, an agent, and lifecycle hooks (sessionStart/sessionEnd/preToolUse/postToolUse/beforeSubmitPrompt/stop) that run the bundled dist/ with Node. No .grok-plugin/.claude-plugin manifest — only .cursor-plugin/plugin.json — so the generated index records directory-scanned components but not the MCP server in mcp.json. Reviewers should treat the hooks as code that runs on the user's machine.
Install after merge: