ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Glean with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Search across all your company apps and docs with AI that understands your organization and surfaces the right answer instantly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Glean capability set.

These are the exact actions your AI can choose when you ask it to work with Glean.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Glean.

  1. 01

    Autocomplete

    Autocomplete suggestions

  2. 02

    Chat

    AI chat

  3. 03

    Check glean status

    Verify connectivity

  4. 04

    Delete document

    Delete a document

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Glean.

  1. 05

    Get collection

    Get collection details

  2. 06

    Get document

    Get document details

  3. 07

    Search

    Search across all content

  4. 08

    Bulk index documents

    Bulk index documents

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Glean.

  1. 09

    Index document

    Index a document

  2. 10

    List collections

    List collections

  3. 11

    Search by datasource

    G., Confluence, Slack, Google Drive). Search in specific datasource

  4. 12

    Search people

    Search people

Observed, not estimated

837ms average. Fast in production.

Glean is checked daily against the live service.

Daily averagePeak 1039ms
Aug 24Today
Fastest day
749ms
Slowest day
1039ms
14-day trend
Improving-8%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Glean, so you can see the experience inside your AI.

It does not authenticate your account with Glean. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Glean Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_09DpmuoHpy04gE3mAUE0JxB62zuz4ktFq1xXnc9L/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Glean capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "glean-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_09DpmuoHpy04gE3mAUE0JxB62zuz4ktFq1xXnc9L/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Glean owners ask.

  • 01

    Can I search across multiple data sources like Confluence, Slack, and Google Drive simultaneously?

    Yes! The search capability queries all connected data sources in a single request. If you want to narrow results to a specific platform, use search_by_datasource with the datasource name (e.g., 'Confluence', 'Slack', 'Google Drive'). Use autocomplete to get intelligent suggestions as you refine your query.

  • 02

    Can I ask the Glean AI assistant questions about my organization's knowledge?

    Yes. The chat capability sends a natural language question to Glean's AI assistant, which generates an answer grounded in your organization's indexed knowledge. including documents, wikis, Slack conversations, and Jira tickets. This is ideal for getting synthesized answers rather than just search results.

  • 03

    Can I index custom documents into Glean programmatically?

    Yes. Use index_document to add a single document with a JSON payload containing title, body, URL, and metadata. For large batches, use bulk_index_documents to index multiple documents in one request. Use delete_document to remove outdated content and get_document to verify indexing status.