mcp gerajobs for Zed
io.github.geraservicesuk/mcp-gerajobs
Search remote and local jobs, browse companies, apply and track status. OAuth to apply.
client:Zed
transport:stdio
runtime:npm
Install mcp gerajobs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-gerajobs": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerajobs"
],
"env": {
"GERAJOBS_API_URL": "<GERAJOBS_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs