Glean

by longyi1207

6 stars
325 downloads
Not rated
GitHub

About

Integrates Glean's search and chat APIs to enable natural language interactions with organizational knowledge bases and chatbots.

Details

Author
longyi1207
Repository
longyi1207/glean-mcp-server
GitHub stars
6
Downloads
325
Categories
Search, Knowledge Base, API, Productivity, Developer Tools, Design, AI, Community, Infrastructure, Communication, Other

- Integrates Glean API for Search and Chat
- Provides a list of search results from a query
- Enables Q&A interaction with Glean’s chatbot
- Deployable as a Docker container
- Licensed under MIT

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Glean
    Command (node, npx, python, etc.) docker
    Arguments
    • Argument 1 run
    • Argument 2 -i
    • Argument 3 --rm
    • Argument 4 -e
    • Argument 5 GLEAN_API_KEY
    • Argument 6 -e
    • Argument 7 GLEAN_DOMAIN
    • Argument 8 glean-server
    Environment
    • GLEAN_DOMAIN YOUR_DOMAIN_HERE
    • GLEAN_API_KEY YOUR_API_KEY_HERE

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Build the Docker image with docker build -t glean-server:latest -f src/glean/Dockerfile ., then add the server to your claude_desktop_config.json with the GLEAN_API_KEY and GLEAN_DOMAIN environment variables set.

Search

List of search results given a query.

Chat

Q&A with Chatbot.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "glean": {
            "env": {
                "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE",
                "GLEAN_API_KEY": "YOUR_API_KEY_HERE"
            },
            "args": [
                "run",
                "-i",
                "--rm",
                "-e",
                "GLEAN_API_KEY",
                "-e",
                "GLEAN_DOMAIN",
                "glean-server"
            ],
            "command": "docker"
        }
    }
}

Linux

{
    "env": {
        "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE",
        "GLEAN_API_KEY": "YOUR_API_KEY_HERE"
    },
    "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GLEAN_API_KEY",
        "-e",
        "GLEAN_DOMAIN",
        "glean-server"
    ],
    "command": "docker"
}

Macos

{
    "env": {
        "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE",
        "GLEAN_API_KEY": "YOUR_API_KEY_HERE"
    },
    "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GLEAN_API_KEY",
        "-e",
        "GLEAN_DOMAIN",
        "glean-server"
    ],
    "command": "docker"
}

Windows

{
    "env": {
        "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE",
        "GLEAN_API_KEY": "YOUR_API_KEY_HERE"
    },
    "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GLEAN_API_KEY",
        "-e",
        "GLEAN_DOMAIN",
        "glean-server"
    ],
    "command": "docker"
}

An MCP server implementation that integrates the Glean API, providing the Search and Chat functions.

- Search: List of search results given a query
- Chat: Q&A with Chatbot

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

Then add this to yourclaude_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" } } } }

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.

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.

Search and access academic paper metadata from Crossref.

Real-time sports intelligence for AI agents — schedules, live scores, odds, public betting splits, and AI bet analysis across 8 sports (MLB, NFL, NBA, NHL, NCAAF, NCAAB, tennis, soccer).

Checks whether an MCP server still does what it declares - contract drift, source liveness, and trust verdicts, queryable over MCP.

A meta-server for discovering and provisioning other MCP servers from a large database.

Discover and explore MCP servers and integrations using the PulseMCP API.

This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search campgrounds around the world on campertunity, check availability, and provide booking links.

The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.