glean-server is an MCP server implementation that integrates the Glean API to deliver two core capabilities: Search and Chat. The Search tool returns a list of search results for a user query by querying the Glean API, enabling users to discover relevant information quickly within the MCP framework. The Chat tool provides a Q&A experience with a chatbot powered by Glean data. The server is designed for simple deployment via Docker; the README includes instructions to build the image and run it, with environment variables GLEAN_API_KEY and GLEAN_DOMAIN used to configure authentication and the Glean domain. For Claude Desktop users, a claude_desktop_config.json snippet demonstrates how to run the container, including the docker command and environment variables. The project is released under the MIT License, allowing use, modification, and distribution in accordance with MIT terms. In short, glean-server offers a compact, deployable MCP solution that adds Glean-powered search and conversational capabilities to Claude Desktop workflows or other MCP clients.