Skip to content

mcp workplace program detector for Cursor

com.mambabuilt/mcp-workplace-program-detector

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

client:Cursor transport:stdio runtime:npm

Install mcp workplace program detector in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp workplace program detector in other clients