LogoSTMCP
Download
glean-mcp-server

Glean

Glean is an MCP server that integrates the Glean API to provide AI-powered search and chat capabilities, enabling seamless information retrieval and conversational interactions within development workflows.

Tools

List of search results given a query.

2. Chat

Q&A with Chatbot.

Open Graph image for Glean

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information