job-rag

AdrianZaplata/job-rag
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
RAG system with LangGraph Agent, FastAPI, MCP Server and Azure Deployment.
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": {
    "job-rag": {
      "command": "uvx",
      "args": [
        "job-rag"
      ]
    }
  }
}

Or install with pip: pip install job-rag