mcp workplace program detector for Grok
com.mambabuilt/mcp-workplace-program-detector
Detect the employee programs a company publishes: ERGs, DEI, benefits, leave, volunteering.
client:Grok
transport:stdio
runtime:npm
Install mcp workplace program detector in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-workplace-program-detector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-workplace-program-detector"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs