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
{
"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