trackmcp
Back to directory
longyi1207

glean-mcp-server

View on GitHub
8 stars JavaScriptServers & Infrastructure Updated Jul 8, 2025

Documentation

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:

bash
docker build -t glean-server:latest -f src/glean/Dockerfile .

Then add this to your `claude_desktop_config.json`:

code
{
  "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.

Frequently asked questions

What is glean-mcp-server?

glean-mcp-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install glean-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is glean-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/longyi1207/glean-mcp-server and has 8 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP