-
[Developer Platform] New Product Features – September 2025 Drop, Day 2
Bring full company context to your favorite IDEs and chat interfaces ⚡️ Today we’re spotlighting Glean’s remote MCP servers (Public Beta) that connect AI tools to the full, permission-aware enterprise context in Glean, spanning 100+ data sources so you can avoid context-switching. MCP servers let teams use AI wherever they…
-
Force-Index Content
When building new agents to be used as Slack bots, I always create a new Slack channel to test the agent/bot. Slack channel indexing often takes multiple hours or more than a day sometimes, so this effectively fully blocks me from being able to proceed with testing/development, which is frustrating. It would be awesome if…
-
Slack channel trigger without tagging agent
Is there a way (official or a workaround) to trigger the agent in any Slack channel where Glean has permissions, without having to tag @Glean directly ? For example, could it be set up so that whenever someone types "hello," Glean automatically replies with "hey"?
-
Grafana Integration
Hi everyone, We’re exploring whether it’s possible to connect Glean with Grafana, so that we can enhance our monitoring and data visualization capabilities. Goal: Enable search of Glean knowledge (docs, runbooks, tickets) directly inside Grafana dashboards. Current Status: I haven’t found any official or…
-
Cursor Glean MCP with Oauth/SSO Authentication
Has anyone implemented Glean MCP in Cursor IDE with SSO for authentication? Issuing personal tokens for developers isn't ideal and we'd rather use SSO (We're using Azure Entra)
-
Build Agent to Create Microsoft PowerPoint Presentations
Today Glean does not provide an export option for Microsoft PowerPoint presentations. Well that should stop anyone from creating them with an Agent using PresentationML. A little background on PresentationML Microsoft Office apps file formats are based on OpenXML and can easily be created with some very basic natural…
-
Pre-existing unit tests for custom glean integrations
Does glean have any pre-existing written unit tests in python for custom connectors? Is it possible to be provided any unit test scripts that already exist that you commonly use to test your integrations for the sake of time savings, or do you advise most people to write their own.
-
Anyone successfully connected to Qualtrics via Glean Custom Actions?
Hey everyone – I’m trying to build a pair of Glean Custom Actions to pull individual survey links from Qualtrics: Create Distribution (POST /API/v3/distributions) Fetch Links (GET /API/v3/distributions/{id}/links) I’ve set up an OAuth Admin (Client Credentials) flow against my iad1.qualtrics.com datacenter, with scope…
-
Has anyone written a custom connector to ingest data from common sales tools into Glean?
We have made use of many of Glean's available prebuilt data connectors like Slack, Jira, Asana, Miro, and Google Workspace. We see value in connecting some of our core sales tools like Chorus, Gainsight, Outreach, and LinkedIn Navigator, but there are no prebuilt Glean connectors for these applications. We are…
-
Datasource user reference by name
Can a user be referenced by name in a datasource even if "is_user_referenced_by_email" is set to true during datasource creation? Also, if "is_user_referenced_by_email" is set to false, and the user indexing API shows that email is a required field, does that mean the email is still required even when the user is…