chore: sync with cursor/plugins — Merge pull request #204 from cursor/cursor/add-docusign-mcp-plugin - #19
Merged
github-actions[bot] merged 10 commits intoAug 9, 2026
Conversation
HubSpot's remote CRM MCP requires a dedicated MCP auth app with OAuth (PKCE), so the plugin declares CLIENT_ID and CLIENT_SECRET variables and points at https://mcp.hubspot.com. Co-authored-by: Cursor <cursoragent@cursor.com>
Add HubSpot third-party MCP plugin
Intercom ships an official remote MCP server over Streamable HTTP with OAuth and Dynamic Client Registration, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Cursor <cursoragent@cursor.com>
Add Intercom third-party MCP plugin
Circleback ships an official remote MCP server over Streamable HTTP with OAuth and Dynamic Client Registration, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Cursor <cursoragent@cursor.com>
…lugin Add Circleback third-party MCP plugin
Docusign MCP requires a confidential OAuth Integration Key and Secret, plus a demo or production Streamable HTTP URL, so the plugin declares DOCUSIGN_MCP_URL, CLIENT_ID, and CLIENT_SECRET variables. Co-authored-by: Cursor <cursoragent@cursor.com>
Drop the DOCUSIGN_MCP_URL variable and point mcp.json at https://mcp.docusign.com/mcp; document the demo endpoint as an optional post-install override. Co-authored-by: Cursor <cursoragent@cursor.com>
Add Docusign third-party MCP plugin
…uest-204-from-cursor-cursor-add-docusign-mcp-p-9-commits # Conflicts: # README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream changes
9490cc1 Merge pull request cursor#204 from cursor/cursor/add-docusign-mcp-plugin
f290d82 Default Docusign MCP plugin to the production URL
bd512aa Add Docusign third-party MCP plugin
c597467 Merge pull request cursor#203 from cursor/cursor/add-circleback-mcp-plugin
38b7517 Add Circleback third-party MCP plugin
f15ea72 Merge pull request cursor#202 from cursor/cursor/add-intercom-mcp-plugin
980a419 Add Intercom third-party MCP plugin
32915eb Merge pull request cursor#201 from cursor/cursor/add-hubspot-mcp-plugin
0e263dd Add HubSpot third-party MCP plugin
Automated sync via sync-upstream workflow