Stats
Actions
Tags
From glean-vnext
Connects to a remote HTTP endpoint for EnterpriseIM, enabling automated reminders for rectification, quality review notifications, and training scheduling.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"glean": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/start.sh"
],
"env": {
"ENABLE_HITL": "false",
"HITL_TIMEOUT_MS": "300000"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
ENABLE_HITL=falseHITL_TIMEOUT_MS=300000npx claudepluginhub gleanwork/glean-plugins-vnext