Config Glean
Freeby MCP Community
Glean-specific MCP configuration defaults and helpers
v4.3.0Added Apr 12, 2026
mcpgleanconfiguration
Config Glean MCP Server
Glean-specific MCP configuration defaults and helpers
Installation
Reviews
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"]
}
}
}