Official Glean plugins for Cursor, enabling enterprise knowledge integration directly in your development workflow.
/add-plugin glean
Then configure your Glean MCP connection — add your server to ~/.cursor/mcp.json:
{
"mcpServers": {
"glean": {
"url": "https://YOUR-INSTANCE-be.glean.com/mcp/YOUR-SERVER-NAME"
}
}
}Replace YOUR-INSTANCE with your Glean instance name 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.
| Plugin | Description | Docs |
|---|---|---|
| glean | Enterprise search, code exploration, and people discovery | README |
- Cursor (latest version)
- A Glean account with MCP access
- Your Glean MCP server URL (format:
https://[instance]-be.glean.com/mcp/[server-name])
Note: Glean MCP server URLs are instance-specific and cannot be bundled with the plugin. Your Glean administrator can provide your server name.
MIT — see LICENSE for details.