- Explore MCP Servers
- glean
Glean
What is Glean
Glean is an implementation of an MCP server that integrates the Glean API, offering functionalities for Search and Chat services. It allows users to leverage the Glean API to perform searches and engage in conversations with a chatbot.
Use cases
Glean can be used in various scenarios including customer support, information retrieval, and enhancing user engagement through conversational interfaces. It can be utilized by applications that require dynamic data querying and intelligent chat interactions.
How to use
To use Glean, first build the Docker image using the provided Dockerfile. Then, configure the ‘claude_desktop_config.json’ file to include the necessary environment variables for the Glean API key and domain. Run the Docker container to start the Glean server.
Key features
Key features of Glean include integration with the Glean API for efficient search and chat functionalities. It supports dynamic responses to user queries and provides customizable configuration via environment variables, ensuring flexibility for various deployments.
Where to use
Glean can be deployed in environments that benefit from real-time search and interactive chatbot capabilities. Suitable applications include websites, mobile apps, and any services requiring automated support or information access.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Glean
Glean is an implementation of an MCP server that integrates the Glean API, offering functionalities for Search and Chat services. It allows users to leverage the Glean API to perform searches and engage in conversations with a chatbot.
Use cases
Glean can be used in various scenarios including customer support, information retrieval, and enhancing user engagement through conversational interfaces. It can be utilized by applications that require dynamic data querying and intelligent chat interactions.
How to use
To use Glean, first build the Docker image using the provided Dockerfile. Then, configure the ‘claude_desktop_config.json’ file to include the necessary environment variables for the Glean API key and domain. Run the Docker container to start the Glean server.
Key features
Key features of Glean include integration with the Glean API for efficient search and chat functionalities. It supports dynamic responses to user queries and provides customizable configuration via environment variables, ensuring flexibility for various deployments.
Where to use
Glean can be deployed in environments that benefit from real-time search and interactive chatbot capabilities. Suitable applications include websites, mobile apps, and any services requiring automated support or information access.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Glean
An MCP server implementation that integrates the Glean API, providing the Search and Chat functions.
Tools
- Search: List of search results given a query
- Chat: Q&A with Chatbot
Usage with Claude Desktop
Build the docker image:
docker build -t glean-server:latest -f src/glean/Dockerfile .
Then add this to your claude_desktop_config.json
:
{ "mcpServers": { "glean-server": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "GLEAN_API_KEY", "-e", "GLEAN_DOMAIN", "glean-server" ], "env": { "GLEAN_API_KEY": "YOUR_API_KEY_HERE", "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE" } } } }
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.