From 387053acd78932e8857b55b54edf3df22f665798 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 17 Mar 2026 16:00:04 -0700 Subject: [PATCH 1/4] docs: fix installation instructions to use Cursor marketplace Replace the nonexistent /add-plugin command with the correct installation method: visiting cursor.com/marketplace/glean and clicking Add. The Cursor CLI does not support plugins. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 6 +++--- glean/README.md | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d356af7..c849545 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Official Glean plugins for [Cursor](https://cursor.com), enabling enterprise kno ## Quick Start -``` -/add-plugin glean -``` +Install the plugin from the Cursor marketplace: + +**[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** — click **Add** to install. Then configure your Glean MCP connection — add your server to `~/.cursor/mcp.json`: diff --git a/glean/README.md b/glean/README.md index 73a6c02..89c53ac 100644 --- a/glean/README.md +++ b/glean/README.md @@ -7,9 +7,7 @@ and people discovery directly in your development workflow. ### 1. Install the plugin -``` -/add-plugin glean -``` +Visit **[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** and click **Add** to install. ### 2. Configure your Glean MCP server From 83a13d1af4185f8e1762ec2461711c78efb0de6c Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 17 Mar 2026 16:06:31 -0700 Subject: [PATCH 2/4] docs: remove invented button label from installation instructions Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 2 +- glean/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c849545..72bcf94 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Official Glean plugins for [Cursor](https://cursor.com), enabling enterprise kno Install the plugin from the Cursor marketplace: -**[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** — click **Add** to install. +**[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** Then configure your Glean MCP connection — add your server to `~/.cursor/mcp.json`: diff --git a/glean/README.md b/glean/README.md index 89c53ac..c44de41 100644 --- a/glean/README.md +++ b/glean/README.md @@ -7,7 +7,7 @@ and people discovery directly in your development workflow. ### 1. Install the plugin -Visit **[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** and click **Add** to install. +Install from the Cursor marketplace: **[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** ### 2. Configure your Glean MCP server From cfb0aa8e7d0f045d682d755c173d5907d28cbde4 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 17 Mar 2026 16:08:14 -0700 Subject: [PATCH 3/4] docs: use Cursor's own installation language verbatim Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 4 +--- glean/README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72bcf94..5c24bbe 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ Official Glean plugins for [Cursor](https://cursor.com), enabling enterprise kno ## Quick Start -Install the plugin from the Cursor marketplace: - -**[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** +Search for **Glean** in the marketplace panel in Cursor, or browse to [cursor.com/marketplace/glean](https://cursor.com/marketplace/glean). Then configure your Glean MCP connection — add your server to `~/.cursor/mcp.json`: diff --git a/glean/README.md b/glean/README.md index c44de41..655193d 100644 --- a/glean/README.md +++ b/glean/README.md @@ -7,7 +7,7 @@ and people discovery directly in your development workflow. ### 1. Install the plugin -Install from the Cursor marketplace: **[cursor.com/marketplace/glean](https://cursor.com/marketplace/glean)** +Search for **Glean** in the marketplace panel in Cursor, or browse to [cursor.com/marketplace/glean](https://cursor.com/marketplace/glean). ### 2. Configure your Glean MCP server From 5622fdbe15cbd7fe4b4efb56a36d39619c44b2cb Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 17 Mar 2026 16:08:37 -0700 Subject: [PATCH 4/4] docs: simplify installation instruction to match Cursor docs exactly Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 2 +- glean/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c24bbe..e76ecea 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Official Glean plugins for [Cursor](https://cursor.com), enabling enterprise kno ## Quick Start -Search for **Glean** in the marketplace panel in Cursor, or browse to [cursor.com/marketplace/glean](https://cursor.com/marketplace/glean). +Install from the [Cursor marketplace](https://cursor.com/marketplace/glean). Then configure your Glean MCP connection — add your server to `~/.cursor/mcp.json`: diff --git a/glean/README.md b/glean/README.md index 655193d..2ad3a76 100644 --- a/glean/README.md +++ b/glean/README.md @@ -7,7 +7,7 @@ and people discovery directly in your development workflow. ### 1. Install the plugin -Search for **Glean** in the marketplace panel in Cursor, or browse to [cursor.com/marketplace/glean](https://cursor.com/marketplace/glean). +Install from the [Cursor marketplace](https://cursor.com/marketplace/glean). ### 2. Configure your Glean MCP server