Skip to content

Local

Free

by MCP Community

MCP server for Glean API integration

v0.10.1Added Apr 12, 2026
mcpmcp-server
Works with:ClaudeGPTGeminiCopilot

Local MCP Server

MCP server for Glean API integration

Installation

Reviews

Leave a Review

Installation

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