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.
相關伺服器
upfront rentals MCP
enables searching and booking car rentals
Coupang MCP
Search Korean e-commerce (Coupang) products with Rocket Delivery filtering, price sorting, and affiliate link generation
CryptoPanic News
Provides the latest cryptocurrency news to AI agents, powered by the CryptoPanic API.
FastDomainCheck
Check domain name registration status in bulk using WHOIS and DNS dual verification.
AfterShip Tracking & Returns
Provides real-time tracking for 1,300+ carriers and merchant returns center demos with no API key required, using AfterShip's MCP server. Powered by AfterShip.
Researcher MCP
A research assistant powered by Perplexity AI for intelligent search, documentation retrieval, and code assistance.
Deep Research
A server for conducting deep research and generating reports.
Dictionary-MCP
A dictionary server using the Merriam-Webster API to provide definitions, parts of speech, and pronunciations for words.
BGPT MCP
Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, limitations, and quality scores.
Boring News
Fetches the latest news headlines from the Boring News API.