Skip to content

Fix Cursor install badge URL; trim host list in top-level README#33

Merged
phoenixy1 merged 2 commits into
mainfrom
ah-fix-cursor-install-link-v2
May 19, 2026
Merged

Fix Cursor install badge URL; trim host list in top-level README#33
phoenixy1 merged 2 commits into
mainfrom
ah-fix-cursor-install-link-v2

Conversation

@phoenixy1
Copy link
Copy Markdown
Contributor

@phoenixy1 phoenixy1 commented May 19, 2026

Two README touch-ups.

1. Cursor install badge URL (sandbox/README.md); third time's the charm.

Follow-up to #31 and #32. Both prior fixes left the badge non-functional:

The fix is the locale-prefixed path Cursor migrated to: https://cursor.com/en/install-mcp?.... It 307-redirects to /en-US/install-mcp and serves the install handoff page that triggers the cursor:// deeplink. github/github-mcp-server applied the same fix in their Cursor installation guide (see issue #860).

2. Trim host list from top-level README

The sandbox setup pointer used to enumerate every host. Dropped the list — the link is enough, and it goes stale whenever the host set changes.

Test plan

  • On the rendered README, click the Cursor install badge and confirm the browser navigates to cursor.com/en-US/install-mcp and hands off to Cursor
  • Confirm the Cursor install dialog shows command=uvx, args=["mcp-server-plaid"], and the two env placeholders
  • Replace the ADD_YOUR_* placeholders and verify the server starts

🤖 Generated with Claude Code

phoenixy1 and others added 2 commits May 18, 2026 23:01
GitHub's markdown sanitizer strips the cursor:// scheme from rendered
README links, so the badge merged in #32 fell through to the camo image
URL when clicked instead of opening Cursor. The /install-mcp web URL
(without the locale prefix) now returns 404; Cursor moved the endpoint
to /en/install-mcp, which 307-redirects to /en-US/install-mcp and serves
the install handoff page. Same fix github/github-mcp-server applied in
their installation guide.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The README enumerated every editor/host with setup instructions in the
sandbox README. Linking to the sandbox README is enough; the list adds
noise and goes stale every time we add or drop a host.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@phoenixy1 phoenixy1 changed the title Use https://cursor.com/en/install-mcp for Cursor install badge Fix Cursor install badge URL; trim host list in top-level README May 19, 2026
@phoenixy1 phoenixy1 marked this pull request as ready for review May 19, 2026 06:04
@phoenixy1 phoenixy1 merged commit 455a33d into main May 19, 2026
1 check passed
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.

1 participant