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
DigiKey
Search for electronic components and products using the DigiKey Product Search API.
Researcher MCP
A research assistant powered by Perplexity AI for intelligent search, documentation retrieval, and code assistance.
Gemini Web Search
Performs web searches using the Gemini Web Search Tool via the local gemini-cli.
Metro MCP
A MCP server of washington DC's Metro
Singapore Location Intelligence MCP
Provides real-time Singapore transport data and routing information.
Semantic Scholar
Search for academic papers, authors, and citations using the Semantic Scholar API.
SearXNG
A Model Context Protocol Server for SearXNG
Helium MCP
Real-time news with bias scoring across 5,000+ sources and 15+ dimensions, balanced news synthesis, live market data with AI analysis, ML options pricing, and semantic meme search.
wellread
A shared knowledge base for AI agents
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.