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
Java Conferences MCP Server
Provides information about Java conferences worldwide by parsing data from the javaconferences.github.io repository.
PubTator MCP Server
A server for biomedical literature annotation and relationship mining, based on PubTator3.
Untappd
Query the Untappd API for beer and brewery information.
Ecomm MCP Server
A product search server that provides markdown-formatted responses with clickable product links and prices.
Unsplash
Search for pictures on Unsplash using the Unsplash API.
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
MCP Documentation Server
A server for document management and semantic search using AI embeddings, with local JSON storage.
Qdrant Retrieve
Semantic search using the Qdrant vector database.
Semantic Scholar
Search for academic papers, authors, and citations using the Semantic Scholar API.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.