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.
Related Servers
People Data Labs
Access person, company, school, location, job title, and skill data using the People Data Labs API.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
Yandex Search
A web search server that uses the Yandex Search API.
Scientific Paper Harvester
Harvests scientific papers from arXiv and OpenAlex, providing real-time access to metadata and full text.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.
Semantic Scholar
Search for academic papers, authors, and citations using the Semantic Scholar API.
Librarian
A server to query Wikipedia and automatically fact-check information for any LLM with a compatible MCP client.
Kagi
Kagi search API integration
Search Stock News
Search for stock news using the Tavily API.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.