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.
Glean
Project Details
- longyi1207/glean-mcp-server
- Last Updated: 4/4/2025
Categories
Recomended MCP Servers
AlibabaCloud CloudOps MCP Server
I enhance the existing memory mcp server from the official mcp github, so big thanks and credits for...
MCP server for managing Roo's custom operational modes
A Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library
An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions...
A docker MCP Server (modelcontextprotocol)
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.
description: "An MCP server that enables LLMs to 'see' what's happening in browser-based games and applications through vectorized...
A MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.





