Catalog
io.github.geraservicesuk/mcp-gerajobs
OfficialSearch remote and local jobs, browse companies, apply and track status. OAuth to apply.
Search remote and local jobs, browse companies, and apply with OAuth authentication.
README not available yet.
Install
Configuration
Environment variables
GERAJOBS_API_URLBase URL for the GeraJobs API (defaults to https://api.gerajobs.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gerajobs": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerajobs@0.1.1"
],
"env": {
"GERAJOBS_API_URL": "<YOUR_GERAJOBS_API_URL>"
}
}
}
}