Pathfinder — An agentic job search system built with specialized AI agents, MCP servers, and a shared data layer. Privacy-first, zero build step.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pathfinder-job-searc": {
"command": "npx",
"args": [
"-y",
"selinger2211/pathfinder-job-search"
]
}
}
}
Run in terminal:
claude mcp add pathfinder-job-searc npx -y selinger2211/pathfinder-job-search
Add to .cursor/mcp.json:
{
"mcpServers": {
"pathfinder-job-searc": {
"command": "npx",
"args": [
"-y",
"selinger2211/pathfinder-job-search"
]
}
}
}