Menu

Glean

Local
by: longyi1207
|
category: Knowledge Base
|
2025.07.02 updated

A server that uses Glean API to search and chat.

Step 1: 生成 Stdio 配置
sign in
You must sign in before generating the URL

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.

Related MCP Servers

Needle MCP Server
Local

by: needle-ai

MCP (Model Context Protocol) server to manage documents and perform searches using [Needle](https://needle-ai.com) through Claude’s Desktop Application.

Knowledge Base|2025.07.05 updated

Atlas Docs MCP Server
Local

by: CartographAI

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides AI assistants with documentation for libraries and frameworks.

Knowledge Base|2025.07.05 updated

Basic Memory
Local

by: basicmachines-co

Local-first knowledge management system that builds a semantic graph from Markdown files, enabling persistent memory across conversations with LLMs.

Knowledge Base|2025.07.05 updated

Context7 MCP
Local

by: upstash

LLMs rely on outdated or generic information about the libraries you use. You get:

Knowledge Base|2025.07.05 updated