pathfinder-job-search

selinger2211/pathfinder-job-search
★ 1 stars HTML 🤖 AI/LLM Updated 1mo ago
Pathfinder — An agentic job search system built with specialized AI agents, MCP servers, and a shared data layer. Privacy-first, zero build step.
View on GitHub →

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"
      ]
    }
  }
}