glean.com
Glean is an enterprise search and AI platform that connects company knowledge, documents, people, and tools. It lets organizations build search, chat, agent, and indexing workflows over their internal content.
Glean exposes two tenant-scoped REST APIs (Client API and Indexing API), a public developer-docs MCP server at `developers.glean.com/mcp`, and a `glean` CLI that authenticates via OAuth login or API token env vars.
- Glean Developer Docs MCP Serverdiscovered
- Glean Client APIdiscovered
- Glean Indexing APIdiscovered
- Glean CLIdiscovered
Find your tenant server URL at About Glean. Then in Glean Admin, go to Settings → API Tokens to create a token. Use this token for Client API calls, and for Indexing API calls as the only supported auth method. Global Client API tokens require impersonation with X-Glean-ActAs; user-scoped tokens do not.
$ glean auth loginAcquired by the CLI — running glean auth login opens the auth flow and stores the credential.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing