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
Serper Search and Scrape
Web search and webpage scraping using the Serper API.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
Semantic Scholar
Search for academic papers, authors, and citations using the Semantic Scholar API.
Kagi Search
Search the web using Kagi's search API
Google PSE/CSE
A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE).
Gemini Grounding Remote
Fetches user data and event information from the Connpass platform using the Connpass and Gemini APIs.
Google Search
Perform Google searches and view web content with advanced bot detection avoidance.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Wikipedia
Retrieves information from Wikipedia to provide context to Large Language Models (LLMs).
MCP Documentation Server
A server for document management and semantic search using AI embeddings, with local JSON storage.