From d14e8ead0283b1c179eade1ce9cc33bf48ec93c5 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 17 Mar 2026 16:19:38 -0700 Subject: [PATCH] docs: link to Glean MCP configurator instead of admin page The configurator deep link (app.glean.com/settings/install?mcpConfigure=true&mcpHost=cursor) takes users directly to their MCP server URL rather than the generic admin about page, which didn't surface the URL they needed. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 10 ++++------ glean/README.md | 12 ++++-------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e76ecea..ee599b8 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,19 @@ Official Glean plugins for [Cursor](https://cursor.com), enabling enterprise kno Install from the [Cursor marketplace](https://cursor.com/marketplace/glean). -Then configure your Glean MCP connection — add your server to `~/.cursor/mcp.json`: +Then configure your Glean MCP connection — visit the [Glean MCP configurator](https://app.glean.com/settings/install?mcpConfigure=true&mcpHost=cursor) to get your server URL, then add it to `~/.cursor/mcp.json`: ```json { "mcpServers": { "glean": { - "url": "YOUR-SERVER-URL/mcp/YOUR-SERVER-NAME" + "url": "YOUR-GLEAN-MCP-URL" } } } ``` -Replace `YOUR-SERVER-URL` with your Glean server URL (find it at ) and `YOUR-SERVER-NAME` with the server name provided by your Glean administrator. Restart Cursor after editing — OAuth authentication is handled automatically on first use. +Restart Cursor after editing — OAuth authentication is handled automatically on first use. ## Plugin @@ -32,9 +32,7 @@ Replace `YOUR-SERVER-URL` with your Glean server URL (find it at ) - -> **Note:** Glean MCP server URLs cannot be bundled with the plugin. Your Glean administrator can provide your server name. +- Your Glean MCP server URL (get it from the [Glean MCP configurator](https://app.glean.com/settings/install?mcpConfigure=true&mcpHost=cursor)) ## Support diff --git a/glean/README.md b/glean/README.md index 2ad3a76..35db77d 100644 --- a/glean/README.md +++ b/glean/README.md @@ -11,21 +11,19 @@ Install from the [Cursor marketplace](https://cursor.com/marketplace/glean). ### 2. Configure your Glean MCP server -Add your server to `~/.cursor/mcp.json`: +Visit the [Glean MCP configurator](https://app.glean.com/settings/install?mcpConfigure=true&mcpHost=cursor) to get your server URL, then add it to `~/.cursor/mcp.json`: ```json { "mcpServers": { "glean": { - "url": "YOUR-SERVER-URL/mcp/YOUR-SERVER-NAME" + "url": "YOUR-GLEAN-MCP-URL" } } } ``` -Replace `YOUR-SERVER-URL` with your Glean server URL (find it at ) -and `YOUR-SERVER-NAME` with the server name provided by your Glean administrator. Restart Cursor -after editing — OAuth authentication is handled automatically on first use. +Restart Cursor after editing — OAuth authentication is handled automatically on first use. ## What's Included @@ -79,9 +77,7 @@ after editing — OAuth authentication is handled automatically on first use. - [Cursor](https://cursor.com) (latest version) - A Glean account with MCP access -- Your Glean MCP server URL (find it at ) - -> **Note:** Your Glean administrator can provide your server name. +- Your Glean MCP server URL (get it from the [Glean MCP configurator](https://app.glean.com/settings/install?mcpConfigure=true&mcpHost=cursor)) ## Support