Glean
Search and chat across your company's apps using the Glean API.
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.
Verwandte Server
Stack Overflow
Access Stack Overflow's trusted and verified technical questions and answers.
Coupang MCP
Search Korean e-commerce (Coupang) products with Rocket Delivery filtering, price sorting, and affiliate link generation
Untappd
Query the Untappd API for beer and brewery information.
ClimateTriage
Search for open source issues related to climate change and sustainability using the ClimateTriage API.
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
12306-mcp
Search for train tickets on 12306, the official China Railway website.
SearchAPI
Provides standardized access to Google Maps, Google Flights, Google Hotels, and other services via the SearchAPI.
SelfMemory
Let your memories live forever by passing your knowledge to the next generation with SelfMemory.
bioRxiv
Search and retrieve articles from bioRxiv, the preprint server for biology.
Wikipedia
Retrieves information from Wikipedia to provide context to Large Language Models (LLMs).