MCP ExplorerExplorer

Glean Mcp Server

@longyi1207on a year ago
6 MIT
FreeCommunity
AI Systems
Glean is an MCP server that integrates the Glean API, offering robust Search and Chat functionalities. Users can easily retrieve search results and engage in Q&A with a chatbot, enhancing their interaction experience.

Overview

What is Glean Mcp Server

Glean-MCP-Server is an implementation of an MCP server that integrates the Glean API, enabling search and chat functionalities.

Use cases

Use cases for Glean-MCP-Server include enhancing applications with search capabilities, enabling conversational interfaces, and integrating AI-driven chat functionalities into various platforms.

How to use

To use Glean-MCP-Server, build the Docker image using the provided command, then configure it in your ‘claude_desktop_config.json’ file by specifying the necessary environment variables and command arguments.

Key features

Key features include a search tool that provides a list of search results based on queries and a chat tool that allows interactive Q&A with a chatbot.

Where to use

undefined

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers