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
Anime MCP Server
An AI-powered server for searching and getting recommendations for anime.
PubChem MCP Server
Search and access chemical compound information from the PubChem database.
Rememberizer MCP Server for Common Knowledge
Access and search personal or team knowledge repositories, including documents and Slack discussions, using semantic search and retrieval tools.
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API, providing updated information for LLMs.
arXiv LaTeX
Fetches and processes arXiv papers using LaTeX source for accurate equation handling.
302AI Web Search
A web search server powered by the 302.AI API.
Perplexity Ask MCP Server
A connector for the Perplexity API to enable web search within the MCP ecosystem.
LLM Jukebox
Search, download, and extract information from YouTube music videos.
ArXiv-MCP
Search and retrieve academic papers from arXiv based on keywords.
Octolens
Monitor brand mentions across X, Reddit, LinkedIn, and 10 other platforms.