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.
関連サーバー
Dappier Search
Enable fast, free real-time web search and access premium data from trusted media brands for news, financial markets, sports, entertainment, weather, and more.
Cezzis Cocktails
Search for cocktail recipes using the cezzis.com API.
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
StarSinger MCP
MCP server for AI music catalog — search, stream, and browse 1M+ AI-generated tracks
Google Search Console
A Model Context Protocol (MCP) server providing access to Google Search Console.
SerpApi MCP Server
Retrieve parsed search engine results using the SerpApi.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.
Deep Research
An agent-based tool for web search and advanced research, including analysis of PDFs, documents, images, and YouTube transcripts.
展会大数据服务
Query comprehensive exhibition information, including enterprise participation records, venue details, and exhibition search.
HeadHunter
An MCP server for the HeadHunter API, focusing on job seeker functionalities.