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
Obsidian Omnisearch
Search your Obsidian vault using the Omnisearch plugin via a REST API.
Shodan
Query Shodan's database of internet-connected devices and vulnerabilities using the Shodan API.
Stock Analysis
Access real-time and historical Indian stock data using the Yahoo Finance API.
Spryker Search Tool
Search Spryker packages, documentation, and code within Spryker GitHub repositories using natural language.
Chaitin IP Intelligence
Search for IP addresses using Chaitin's IP Intelligence API.
Hugeicons MCP Server
Search for icons from the Hugeicons library and get usage documentation.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
Local Research MCP Server
A private, local research assistant that searches the web and scrapes content using DuckDuckGo.
Pokemon TCG Card Search MCP
Search and display Pokemon Trading Card Game cards using the Pokemon TCG API.
Slack Search
Search for messages and files within a Slack workspace using the Slack API.