An MCP server that scans a company's job board for the roles you care about.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-job-board-keyword-signal-scanner"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}