Skip to content

Config Glean

Free

by MCP Community

Glean-specific MCP configuration defaults and helpers

v4.3.0Added Apr 12, 2026
mcpgleanconfiguration
Works with:ClaudeGPTGeminiCopilot

Config Glean MCP Server

Glean-specific MCP configuration defaults and helpers

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @gleanwork/mcp-config-glean
Add to claude_desktop_config.json
{
  "mcpServers": {
    "config-glean": {
      "command": "npx",
      "args": ["-y", "@gleanwork/mcp-config-glean"]
    }
  }
}