Glean MCP Server

by longyi1207

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.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server that integrates the Glean API to provide search results and chatbot interaction.

  1. Tools
    1. Usage with Claude Desktop
  2. License

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
      Last updated -
      2
      20,301
      44,966
      JavaScript
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      This MCP server utilizes DuckDuckGo for web searches, providing structured search results with metadata and features like smart content classification and language detection, facilitating easy integration with AI clients supporting the MCP protocol.
      Last updated -
      1
      25
      1
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      This server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.
      Last updated -
      5
      2
      JavaScript
    • A
      security
      F
      license
      A
      quality
      An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
      Last updated -
      4
      2
      Python

    View all related MCP servers

    ID: rpon0kf2gg