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 💡
@pluggedin/pluggedin-mcp-proxy
A powerful middleware that aggregates multiple Model Context Protocol (MCP) servers into a single unified interface, enabling seamless integration with any MCP client and providing advanced management capabilities.
mcp-audiense-insights
Integrates Audiense Insights with MCP-compatible clients like Claude, enabling extraction of marketing insights and audience analysis from Audiense reports.
akhq-mcp-server
An experimental Model Context Protocol (MCP) server for the Kafka monitoring tool AKHQ, enabling AI assistants to connect and interact with AKHQ.
atomgit-mcp-server
AtomGit MCP Server is an implementation specifically for the Model Context Protocol (MCP) of the AtomGit open-source collaboration platform. It provides a series of methods that allow AI to manage repositories, issues, pull requests, branches, labels, etc. of the AtomGit open-source collaboration platform.
apple-notes-mcp
Read your Apple Notes with Claude Model Context Protocol
iMCP
A macOS MCP server providing access to Messages, Contacts, Calendar, Reminders, and more