Skip to content

mcp workplace program detector for Zed

com.mambabuilt/mcp-workplace-program-detector

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

client:Zed transport:stdio runtime:npm

Install mcp workplace program detector in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp workplace program detector in other clients