Local
Freeby MCP Community
MCP server for Glean API integration
v0.10.1Added Apr 12, 2026
mcpmcp-server
Local MCP Server
MCP server for Glean API integration
Installation
Reviews
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"]
}
}
}