Job Tracker MCP Server
Job Tracker
Персональный трекер заявок на работу, созданный с помощью Next.js. Отслеживайте компанию, должность, статус, пути к файлам резюме/сопроводительных писем и заметки с отзывами. Данные хранятся локально в data/jobs.json.
Начало работы
Запустите сервер разработки:
npm install
npm run devОткройте http://localhost:3000 в вашем браузере.
Related MCP server: Job Tracker MCP Server
Настройка MCP (для агентов Cursor)
Локальный MCP-сервер предоставляет REST API трекера вакансий агентам Cursor на той же машине.
Предварительные требования
Установите зависимости:
npm installЗапустите приложение:
npm run dev(API должен работать на порту 3000)
Подключение в Cursor
Этот репозиторий включает .cursor/mcp.json. Перезагрузите Cursor или откройте Settings → MCP — сервер job-tracker должен отображаться как подключенный.
Чтобы переопределить URL API, установите JOB_TRACKER_API_URL в .cursor/mcp.json (по умолчанию: http://localhost:3000).
Доступные инструменты
Tool | Description |
| Список всех заявок |
| Получить одну вакансию по |
| Добавить вакансию (требуются |
| Обновить вакансию по |
| Удалить вакансию по |
Значения статуса: wishlist, applied, interviewing, offer, rejected, withdrawn.
Устранение неполадок
Если инструменты MCP не работают из-за ошибки подключения, убедитесь, что npm run dev запущен и доступен по адресу http://localhost:3000/api/jobs.
Запустите MCP-сервер вручную для отладки:
npm run mcpAPI
Method | Endpoint | Description |
GET |
| Список вакансий |
POST |
| Создать вакансию |
GET |
| Получить вакансию |
PATCH |
| Обновить вакансию |
DELETE |
| Удалить вакансию |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityCmaintenanceEnables searching justjoin.it for job listings and tracking applications locally with status updates, all via natural language in Claude.4
- FlicenseAqualityCmaintenanceEnables tracking job applications through a pipeline, scheduling follow-ups, and summarizing job search progress via natural language.7
- AlicenseAqualityCmaintenanceEnables users to manage job applications (add, list, update status) through natural language conversations, using Notion as the backend.3MIT
- Flicense-qualityBmaintenanceEnables AI agents to manage job applications, documents, and contacts via the Application Tracker workspace, with read-only or write access controlled by administrator settings.
Related MCP Connectors
Job platform for AI agents. Track tech jobs from companies that match your stack.
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hakandedotdev/simple-mcp-job-tracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server