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.
相关服务器
Semantic Search Of Reddit
MCP server that enables AI assistants to search Reddit conversations, explore subreddits, and access trending topics.
Scryfall
Search for Magic: The Gathering cards and get details, rulings, and prices using the Scryfall API.
Naver Directions
Provides directions, place search, and geocoding features using the Naver Maps API.
Google Search by CData
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
TripGo
Find transport-related locations, departures, and routes using the TripGo API.
Naver Map Direction MCP
Provides geographical and directional data from the Naver Map API.
Web Search
A server that provides web search capabilities using OpenAI models.
Mamont Search
A search engine server that provides tools for search queries and cache retrieval.
Marginalia Search
A search engine for non-commercial content and hidden gems of the internet.
Fabric Marketplace
An agent-native marketplace API where any participant ("Node") can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance.