Skip to content

docs(mcp): fix Cursor install link on MCP setup page - #1634

Closed
Dhravya wants to merge 1 commit into
mainfrom
d/mcp-setup-cursor-install-url-067c
Closed

docs(mcp): fix Cursor install link on MCP setup page#1634
Dhravya wants to merge 1 commit into
mainfrom
d/mcp-setup-cursor-install-url-067c

Conversation

@Dhravya

@Dhravya Dhravya commented Sep 1, 2026

Copy link
Copy Markdown
Member

What

On the MCP Setup and Usage page, the Cursor section's "install option" pointed at the bare https://app.supermemory.ai root instead of the actual MCP install surface. This updates it to link directly to the MCP setup page where Cursor's one-click install lives:

- You can also use the install option in [app.supermemory.ai](https://app.supermemory.ai).
+ You can also use the one-click Cursor install on the [MCP setup page](https://app.supermemory.ai/integrations/mcp).

Why

Unauth QA flagged that the doc still tells people to do the Cursor install "in app.supermemory.ai", raising the question of whether it should point to the console / current auth surface instead.

I verified the actual flow in the codebase:

  • apps/web is the consumer app served at app.supermemory.ai; it links to console.supermemory.ai only as the separate "Developer console" for API keys/usage.
  • The one-click Cursor MCP install genuinely lives in this app's MCP view (MCP_CLIENTScursor → "One-click MCP install in Cursor" in integrations-view.tsx). The canonical route is /integrations/mcp, which is guest-accessible per apps/web/middleware.ts.
  • MCP OAuth's allowed origin hostnames include app.supermemory.ai (apps/mcp/src/server/index.ts), and MCP uses OAuth — no API key, so the console isn't involved.

So the app.supermemory.ai flow is still the real one — it should not change to console. The only real defect was the imprecise link (root instead of the MCP install page). This is the minimal correct fix.

Scope

  • One-line link change in apps/docs/supermemory-mcp/setup.mdx. No rewrite of the MCP docs, no other copy touched.

Nothing ships until merge + deploy.

Open in Web Open in Cursor 

…page

Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
@mintlify

mintlify Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
supermemory 🟢 Ready View Preview Sep 1, 2026, 5:48 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app 898e28d Commit Preview URL

Branch Preview URL
Sep 01 2026, 05:49 PM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-mcp 898e28d Sep 01 2026, 05:48 PM

@MaheshtheDev

Copy link
Copy Markdown
Member

invalid

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.

3 participants