Returns a list of search results from your organization's Glean instance based on your query
Interact with Glean's AI chatbot to ask questions about your organization's knowledge base
The Glean MCP server provides seamless integration with Glean's enterprise search platform, allowing Claude to search through your organization's knowledge base and interact with Glean's AI chatbot. This integration enables users to find relevant information across company documents, applications, and resources directly through Claude, enhancing productivity and knowledge discovery.
The Glean MCP server connects Claude to Glean's enterprise search platform, providing access to your organization's knowledge base through two primary functions: Search and Chat. This integration allows you to find information across your company's documents and resources without leaving Claude.
To use this MCP server, you'll need:
The Glean MCP server is designed to run as a Docker container. Follow these steps to set it up:
docker build -t glean-server:latest -f Dockerfile .
Configure your Claude client to use the Glean MCP server by adding the appropriate configuration to your client's settings file.
Set your Glean API key and domain in the environment variables when configuring the MCP server.
When setting up the MCP server in your Claude client, you'll need to provide your Glean API credentials. These are passed as environment variables to the Docker container:
GLEAN_API_KEY
: Your Glean API key for authenticationGLEAN_DOMAIN
: Your organization's Glean domain (e.g., "yourcompany.glean.com")Once configured, you can use the Glean MCP server through Claude by invoking either the Search or Chat tools:
If you encounter issues with the Glean MCP server:
This MCP server is licensed under the MIT License, allowing free use, modification, and distribution subject to the license terms.