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.
İlgili Sunucular
Handaas Enterprise Big Data Service
Provides comprehensive enterprise information query and analysis, including business info, risk analysis, intellectual property, and operational insights.
Azure AI Search
Search content using Azure AI Agent Service and Azure AI Search.
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
Perplexity AI
An MCP server to interact with Perplexity AI's language models for search and conversational AI.
Marketaux
Search for market news and financial data by entity, country, industry, or symbol using the Marketaux API.
AgentBridge
A specialized gateway for AI agents to fetch and parse Chinese web content into clean Markdown. Pay-per-fetch via x402.
Flight Search
Search for flights using the SerpAPI Google Flights engine.
Web Search
Perform Google searches and view web content with advanced bot detection avoidance.
Stock Analysis
Access real-time and historical Indian stock data using the Yahoo Finance API.
Langgraph Deep Search MCP Server
A deep search server powered by LangGraph and the Google Gemini API.