Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,28 @@
},
{
"name": "gmail",
"source": "gmail",
"source": "third_party/gmail",
"description": "Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email."
},
{
"name": "google-drive",
"source": "google-drive",
"source": "third_party/google-drive",
"description": "Connect Cursor to Google Drive via Google's remote MCP server — search, read, create, share, and manage files."
},
{
"name": "google-calendar",
"source": "google-calendar",
"source": "third_party/google-calendar",
"description": "Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings."
},
{
"name": "gong",
"source": "third_party/gong",
"description": "Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs."
},
{
"name": "salesforce",
"source": "third_party/salesforce",
"description": "Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org."
}
]
}
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `cursor-sdk` | [Cursor SDK](cursor-sdk/) | Cursor | Developer Tools | Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns. |
| `orchestrate` | [Orchestrate](orchestrate/) | Cursor | Developer Tools | Fan large tasks out across parallel Cursor cloud agents with planners, workers, verifiers, and structured handoffs. |
| `pstack` | [pstack](pstack/) | Lauren Tan | Developer Tools | if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence. |
| `gmail` | [Gmail](gmail/) | Cursor | Productivity | Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email. |
| `google-drive` | [Google Drive](google-drive/) | Cursor | Productivity | Connect Cursor to Google Drive via Google's remote MCP server — search, read, create, share, and manage files. |
| `google-calendar` | [Google Calendar](google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. |
| `gmail` | [Gmail](third_party/gmail/) | Cursor | Productivity | Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email. |
| `google-drive` | [Google Drive](third_party/google-drive/) | Cursor | Productivity | Connect Cursor to Google Drive via Google's remote MCP server — search, read, create, share, and manage files. |
| `google-calendar` | [Google Calendar](third_party/google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. |
| `gong` | [Gong](third_party/gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. |
| `salesforce` | [Salesforce](third_party/salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. |

Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest).

Expand Down
18 changes: 18 additions & 0 deletions schemas/plugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,24 @@
],
"description": "Path to a hooks configuration file, or an inline hooks object."
},
"variables": {
"type": "object",
"required": ["type"],
"properties": {
"type": {
"const": "object"
},
"properties": {
"type": "object"
},
"required": {
"type": "array",
"items": { "type": "string" },
"uniqueItems": true
}
},
"description": "JSON Schema for user-configured plugin variables."
},
"mcpServers": {
"$ref": "#/$defs/mcpServers",
"description": "MCP server configuration — a path, an inline config object, or an array of either."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/gmail",
"homepage": "https://github.com/cursor/plugins/tree/main/third_party/gmail",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
48 changes: 48 additions & 0 deletions third_party/gong/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "gong",
"displayName": "Gong",
"version": "1.0.0",
"description": "Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://help.gong.io/docs/about-gong-mcp-server",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"gong",
"mcp",
"revenue",
"sales",
"calls",
"deals"
],
"category": "integrations",
"tags": [
"mcp",
"sales",
"revenue-intelligence"
],
"variables": {
"type": "object",
"properties": {
"CLIENT_ID": {
"type": "string",
"title": "Gong Client ID",
"description": "OAuth Client ID from Gong Admin → Company Settings → Ecosystem → API → Integrations (MCP integration)."
},
"CLIENT_SECRET": {
"type": "string",
"title": "Gong Client Secret",
"description": "OAuth Client Secret from the same Gong MCP integration."
}
},
"required": [
"CLIENT_ID",
"CLIENT_SECRET"
]
},
"mcpServers": "./mcp.json"
}
9 changes: 9 additions & 0 deletions third_party/gong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: Gong's official 180×180 apple-touch icon.
- Added the `gong` MCP server pointing at `https://mcp.gong.io/mcp`.
- Declared `CLIENT_ID` and `CLIENT_SECRET` plugin variables and forwarded them through MCP auth.
File renamed without changes.
50 changes: 50 additions & 0 deletions third_party/gong/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Gong

Cursor plugin that connects agents to [Gong](https://www.gong.io) through Gong's official hosted [Model Context Protocol](https://modelcontextprotocol.io/) server.

Pull account summaries, deal insights, and call briefs into chat.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Gong**.
3. Click **Install**, then set the client ID and secret (below) and complete the Gong sign-in prompt.

Or run `/add-plugin gong` in chat.

## MCP

```json
{
"mcpServers": {
"gong": {
"url": "https://mcp.gong.io/mcp",
"auth": {
"CLIENT_ID": "${CLIENT_ID}",
"CLIENT_SECRET": "${CLIENT_SECRET}"
}
}
}
}
```

## Setup

Gong's MCP server uses static OAuth client credentials plus a per-user OAuth login, so an administrator has to register Cursor before anyone can connect.

1. A Gong technical administrator creates an MCP integration under **Company Settings → Ecosystem → API → Integrations** and enables the MCP scope.
2. Register both redirect URIs on that integration:
- Desktop: `http://localhost:8787/callback`
- Web and Cloud Agents: `https://www.cursor.com/agents/mcp/oauth/callback`
3. In **Dashboard → Plugins → Configure**, set **Gong Client ID** and **Gong Client Secret** from that integration.
4. Complete the Gong OAuth login when Cursor prompts.

On a team marketplace an admin sets the client ID and secret once for everyone; each member still completes their own Gong OAuth login, so tool calls run with that member's Gong permissions.

## Docs

- Gong MCP server overview: https://help.gong.io/docs/about-gong-mcp-server

## License

MIT
Binary file added third_party/gong/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions third_party/gong/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://cursor.com/schemas/mcp.json",
"mcpServers": {
"gong": {
"url": "https://mcp.gong.io/mcp",
"auth": {
"CLIENT_ID": "${CLIENT_ID}",
"CLIENT_SECRET": "${CLIENT_SECRET}"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/google-calendar",
"homepage": "https://github.com/cursor/plugins/tree/main/third_party/google-calendar",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/google-drive",
"homepage": "https://github.com/cursor/plugins/tree/main/third_party/google-drive",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
Expand Down
File renamed without changes.
21 changes: 21 additions & 0 deletions third_party/google-drive/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
File renamed without changes.
File renamed without changes.
48 changes: 48 additions & 0 deletions third_party/salesforce/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "salesforce",
"displayName": "Salesforce",
"version": "1.0.0",
"description": "Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://developer.salesforce.com/docs/platform/hosted-mcp-servers/guide/cursor.html",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"salesforce",
"crm",
"mcp",
"sales",
"soql",
"sobject"
],
"category": "integrations",
"tags": [
"mcp",
"crm",
"sales"
],
"variables": {
"type": "object",
"properties": {
"SALESFORCE_MCP_URL": {
"type": "string",
"title": "Salesforce MCP server URL",
"description": "Server URL from Setup → MCP Servers. Production: https://api.salesforce.com/platform/mcp/v1/platform/sobject-all — Sandbox or scratch: https://api.salesforce.com/platform/mcp/v1/sandbox/platform/sobject-all — custom servers replace platform/ with custom/."
},
"CLIENT_ID": {
"type": "string",
"title": "Salesforce Consumer Key",
"description": "Consumer Key of the External Client App you created for Cursor (Setup → External Client App Manager → your app → Settings → Consumer Key and Secret)."
}
},
"required": [
"SALESFORCE_MCP_URL",
"CLIENT_ID"
]
},
"mcpServers": "./mcp.json"
}
10 changes: 10 additions & 0 deletions third_party/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: Salesforce's official cloud mark, centered on a transparent 192×192 canvas with padding so it reads well on light and dark backgrounds.
- Added the `salesforce` MCP server backed by Salesforce Hosted MCP.
- Declared `SALESFORCE_MCP_URL` and `CLIENT_ID` plugin variables so each org can point at its own server and External Client App.
- Pinned OAuth scopes to `mcp_api` and `refresh_token`.
21 changes: 21 additions & 0 deletions third_party/salesforce/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading