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.
Verwandte Server
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
RAGMap
RAG-focused MCP subregistry and server to discover and route to retrieval-capable MCP servers with semantic search, filters, and explainable ranking.
Marketplace Search MCP
Search trading cards (TCGPlayer), music gear (Reverb), and local service pros (Thumbtack) from one MCP server. Real-time prices, ratings, and listings.
ClinicalTrials MCP Server
Search and access clinical trial data from ClinicalTrials.gov.
Legislative Yuan API
Search for bills, documents, and meeting records from Taiwan's Legislative Yuan API.
DNDzgz
Get real-time public transport information for Zaragoza using the DNDzgz API.
1ly MCP
Enable AI agents to discover, launch tokens, pay for, and sell APIs and resources using x402
Unreal Engine Knowledge Graph
Search concept relationships in the Unreal Engine official documentation using a Neo4j-powered knowledge graph.
FetchSERP
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.