From 0d28cca508e513c9ee7559bbf04a2ac02d2f6c79 Mon Sep 17 00:00:00 2001 From: Alex Hoffer Date: Mon, 18 May 2026 23:01:55 -0700 Subject: [PATCH 1/2] Use https://cursor.com/en/install-mcp for the install badge 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) --- sandbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/README.md b/sandbox/README.md index 104a561..1af6c36 100644 --- a/sandbox/README.md +++ b/sandbox/README.md @@ -67,7 +67,7 @@ claude mcp add plaid -- uvx mcp-server-plaid --client-id YOUR_PLAID_CLIENT_ID -- For quick installation, use the one-click installation button. -[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=plaid&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJtY3Atc2VydmVyLXBsYWlkIl0sImVudiI6eyJQTEFJRF9DTElFTlRfSUQiOiJBRERfWU9VUl9DTElFTlRfSUQiLCJQTEFJRF9TRUNSRVQiOiJBRERfWU9VUl9BUElfU0VDUkVUIn19) +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=plaid&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJtY3Atc2VydmVyLXBsYWlkIl0sImVudiI6eyJQTEFJRF9DTElFTlRfSUQiOiJBRERfWU9VUl9DTElFTlRfSUQiLCJQTEFJRF9TRUNSRVQiOiJBRERfWU9VUl9BUElfU0VDUkVUIn19) For manual installation, add the following JSON block to Cursor MCP config file. From 248968668856dfdd13a8a46c8b33c7c6f0fae8f1 Mon Sep 17 00:00:00 2001 From: Alex Hoffer Date: Mon, 18 May 2026 23:03:31 -0700 Subject: [PATCH 2/2] Trim the host list from the sandbox setup pointer 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39339fe..5d74159 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The sandbox MCP server in `/sandbox` provides tools to test Plaid integrations w - **Obtain sandbox access tokens** for testing - **Simulate webhooks** to test application handling -See [sandbox/README.md](sandbox/README.md) for setup instructions across Claude Code, Cursor, Codex, VS Code, Claude Desktop, and Zed. +See [sandbox/README.md](sandbox/README.md) for setup instructions. ## Rules for AI Integration