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.
Servidores relacionados
Everything Search
Perform lightning-fast local file searches on Windows using the Everything Search Engine.
RedNote MCP
Search and retrieve content from the Xiaohongshu (Red Book) platform.
Web Search
Enables free web searching using Google search results, with no API key required.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
Algolia Search
A server for searching an Algolia index using the Algolia Search API.
agentdeals
MCP server aggregating free tiers, startup credits & developer tool deals. 4 tools, 54 categories, 1,525+ offers.
Sketchfab
Search, view details, and download 3D models from the Sketchfab platform.
Financial AI Agent
An AI agent providing unified access to financial market data and news articles.
Unified Search MCP Server
Provides unified search capabilities across Google Scholar, Google Web Search, and YouTube.
Shodan
Query Shodan's database of internet-connected devices and vulnerabilities using the Shodan API.