Skip to content
Gemini CLI

mcp workplace program detector for Gemini CLI

com.mambabuilt/mcp-workplace-program-detector

Detect the employee programs a company publishes: ERGs, DEI, benefits, leave, volunteering.

client:Gemini CLI transport:stdio runtime:npm

Install mcp workplace program detector in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-workplace-program-detector": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-workplace-program-detector"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp workplace program detector in other clients