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.
Server Terkait
Drawing Guides
Access step-by-step drawing tutorials and guides from easydrawingguides.com for artists of all skill levels.
MCP Deep Research
Performs deep web searches for information using the Tavily API.
Langflow Document Q&A Server
A document question-and-answer server powered by Langflow.
Semantic Scholar
Access Semantic Scholar's academic paper database through their API.
ExploitDB MCP Server
Query security exploits and vulnerabilities from the ExploitDB database.
NYTimes Article Search
Search for New York Times articles from the last 30 days using a keyword.
Perplexity MCP Server
Perform real-time internet research with source citations using the Perplexity API.
Gaode Map POI
Provides geolocation and nearby POI (Point of Interest) information using the Gaode Map API.
Esports Events
Get the latest information about esports matches. 50+ supported games: Counter-Strike, Valorant, League of Legends, Rocket League, ...
ProPublica MCP Server
Search and analyze nonprofit organizations' Form 990 data using ProPublica's Nonprofit Explorer API.