-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: update cursor one click mcp installation #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update cursor one click mcp installation #608
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | b2ecad1 | Commit Preview URL | Dec 07 2025, 03:47 AM |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Pull Request ReviewOverviewThis PR updates the Cursor deeplink URL format from the old HTTPS-based format to the new Old format: {"command":"npx -y mcp-remote https://api.supermemory.ai/mcp"}New format: {"url":"https://api.supermemory.ai/mcp"}Code Quality ✅
Potential Issues 🔴1. Critical: Project Selection Not IncludedThe deeplink currently uses a hardcoded config without considering the if (selectedProject && selectedProject !== "none") {
const projectIdForCommand = selectedProject.replace(/^sm_project_/, "")
command += ` --project ${projectIdForCommand}`
}Impact: Users clicking the one-click install button won't have their selected project applied, while users copying the manual command will. This creates an inconsistent UX where the "easier" method is actually less functional. Recommendation: The 2. Backwards Compatibility ConcernUsers who may have bookmarked or saved the old deeplink format may encounter issues. Consider:
Security ✅
Performance ✅
Testing
|
Merge activity
|
updated the cursor one click installation with new deeplink
72c35f0 to
b2ecad1
Compare


updated the cursor one click installation with new deeplink