$ timeahead.in
/ servers/npm/@gleanwork/local-mcp-server
npm

@gleanwork/local-mcp-server

MCP server for Glean API integration

60 stars1k/wkupdated 3d agogithub ↗
78fair
▣ Overview
npm versionLicenseCI Build

What it does

This server bridges Claude and Glean (an enterprise search and knowledge platform) through the Model Context Protocol, enabling Claude to search and query your organization's indexed documents and knowledge base. It makes authenticated calls to the Glean API, reads from and writes to the local filesystem, and supports deployment both locally via npx and in Docker containers.

Who it's for

Engineering teams and knowledge workers at organizations running Glean who want Claude to access internal documentation, codebase insights, or company knowledge during conversations. Most useful for teams experimenting with Claude-Glean integration or testing custom workflows before committing to production search tooling.

Common use cases

  • Search internal documentation and knowledge bases from Claude without switching windows
  • Ground Claude's responses in your organization's own information during analysis or code review
  • Retrieve relevant context from Glean before asking Claude for synthesis or advice
  • Test Claude integration with Glean as part of evaluating AI-assisted knowledge work

Setup pitfalls

  • The README explicitly recommends using Glean's remote MCP server (built directly into the Glean platform) instead of this local version for production use; this package is intended mainly for experimental and testing purposes
  • One secret was detected during scanning—ensure API credentials and tokens are stored securely in environment variables, never hardcoded
  • Requires valid Glean API authentication; consult Glean's documentation for obtaining credentials
  • The server reads and writes to your filesystem—run it in a sandboxed environment or with restricted permissions if handling sensitive workflows
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
54
10.8
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
77.8
⚿ Capabilities & Risk Explainer
fs readfs writenetworksecrets
◆ Risk level: medium
fs read + fs write + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "gleanworklocal": {
      "command": "npx",
      "args": [
        "-y",
        "@gleanwork/local-mcp-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
75/ 100 · is this project alive?
contributors (1y)11
top contributor share33%
releases (1y)18
last release98d ago
ci✓ passing
⛁ Raw data
weekly downloads1k
github stars60
forks23
open issues18
license✓ present
readme length1925 chars
last publish3d ago
last commit3d ago
last updated1d ago
install verified✓ pass · 24d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points
@gleanwork/local-mcp-server — MCP Score: 78/100 | MCPScore | Timeahead