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.
関連サーバー
Chaitin IP Intelligence
Search for IP addresses using Chaitin's IP Intelligence API.
MCP Advisor
A discovery and recommendation service for exploring MCP servers using natural language queries.
Rakuten Travel
Search for hotels and check their availability using the Rakuten Travel API.
企业风险分析洞察服务
Provides comprehensive enterprise risk analysis, including violation records, mortgage information, business anomalies, and judicial cases.
Manticore Search
Provides access to Manticore Search, an open-source database for real-time, full-text search.
HeadHunter
An MCP server for the HeadHunter API, focusing on job seeker functionalities.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
Yandex Search
A web search server that uses the Yandex Search API.
Bio-MCP BLAST
Perform NCBI BLAST sequence similarity searches through natural language.
JinaAI Search
Efficient web search optimized for LLM-friendly content using the Jina AI API.