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
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://app.glean.com/admin/about-glean>) 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

Expand All @@ -32,9 +32,7 @@ Replace `YOUR-SERVER-URL` with your Glean server URL (find it at <https://app.gl

- [Cursor](https://cursor.com) (latest version)
- A Glean account with MCP access
- Your Glean MCP server URL (find it at <https://app.glean.com/admin/about-glean>)

> **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

Expand Down
12 changes: 4 additions & 8 deletions glean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://app.glean.com/admin/about-glean>)
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

Expand Down Expand Up @@ -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 <https://app.glean.com/admin/about-glean>)

> **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

Expand Down
Loading