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.
Recommend MCP Servers 💡
mcp-server-wsl-filesystem
Filesystem MCP server optimized for accessing WSL distributions from Windows using native Linux commands
@imprvhub/mcp-claude-spotify
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).
eunomia-mcp-server
An extension of the Eunomia framework that connects Eunomia instruments with MCP servers to orchestrate data governance policies like PII detection and user access control.
youtube-video-summarizer-mcp
An MCP server that enables Claude to fetch and summarize YouTube videos by extracting titles, descriptions, and transcripts
mcp-skill-set
An MCP server built with mcp-framework to add custom tools for model context management.
Inflectra Spira Server
A Model Context Protocol (MCP) server enabling AI assistants to interact with the Inflectra Spira platform, providing a bridge between natural language interactions and the Spira REST API.