job_recommender
Verified Safeby manojmk04
Overview
A local Streamlit application that analyzes PDF resumes using a local Ollama model to summarize, identify skill gaps, and create career roadmaps, while also fetching job recommendations from LinkedIn and Naukri via Apify.
Installation
python mcp_server.pyEnvironment Variables
- OLLAMA_URL
- OLLAMA_MODEL
- OLLAMA_TIMEOUT
- APIFY_API_KEY
Security Notes
The application loads API keys from environment variables. It interacts with a local Ollama instance by default for LLM inference and an external Apify service for job fetching. User-provided resume text is sent to the local Ollama, and derived keywords are sent to Apify. No direct 'eval' or obvious malicious patterns found. The primary risks involve the security of the local Ollama setup and the trusted use of the Apify service with an API key.
Similar Servers
mcp-client-for-ollama
An interactive Python client for connecting local Ollama LLMs to Model Context Protocol (MCP) servers, enabling advanced tool use and workflow automation.
ollama-fastmcp-wrapper
A proxy service that bridges Ollama models with FastMCP servers, enabling local LLM-tool augmented reasoning and persistent conversational history via an API or CLI.
Docker_MCPGUIApp
A conversational AI chatbot leveraging Docker's Model and Component Protocol (MCP) to integrate with LLMs and perform various tool-augmented searches (web, academic papers).
llama-stack-mcp-server
Provides a comprehensive REST API for HR operations, designed to be integrated as a tool for AI agents via the Model Context Protocol (MCP).