diff options
| author | MaheshtheDev <[email protected]> | 2025-12-07 03:42:25 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-07 03:42:25 +0000 |
| commit | b2ecad12b8a27d950490f65a449b540805283a53 (patch) | |
| tree | 52b377c94cccd02bfa38148d8a7450a6cff0e0d3 /apps | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-b2ecad12b8a27d950490f65a449b540805283a53.tar.xz supermemory-b2ecad12b8a27d950490f65a449b540805283a53.zip | |
chore: update cursor one click mcp installation (#608)12-06-chore_update_cursor_one_click_mcp_installation
updated the cursor one click installation with new deeplink
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/connect-ai-modal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/connect-ai-modal.tsx b/apps/web/components/connect-ai-modal.tsx index 69884d15..89184b0d 100644 --- a/apps/web/components/connect-ai-modal.tsx +++ b/apps/web/components/connect-ai-modal.tsx @@ -276,7 +276,7 @@ export function ConnectAIModal({ } function getCursorDeeplink() { - return "https://cursor.com/en/install-mcp?name=supermemory-mcp&config=eyJjb21tYW5kIjoibnB4IC15IG1jcC1yZW1vdGUgaHR0cHM6Ly9hcGkuc3VwZXJtZW1vcnkuYWkvbWNwIn0%3D" + return "cursor://anysphere.cursor-deeplink/mcp/install?name=supermemory&config=eyJ1cmwiOiJodHRwczovL2FwaS5zdXBlcm1lbW9yeS5haS9tY3AifQ%3D%3D" } const copyToClipboard = () => { |