Job Tracker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job Tracker MCP Servershow me my pipeline summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Job Tracker MCP Server
A Model Context Protocol (MCP) server for tracking job applications and follow-ups, built with FastMCP and SQLite. Lets Claude Desktop, Cursor, or any MCP client log applications, move them through the hiring pipeline, schedule follow-up reminders, and check the health of an active job search through natural conversation.
Features
Log job applications with company, role, applied date, status, job URL, and notes
Move applications through a fixed set of pipeline stages, with validation on transitions
List applications, optionally filtered by status, most recent first
Schedule follow-up reminders tied to a specific application
Query pending follow-ups due on or before a given date, so you can ask "what follow-ups do I have this week"
Mark follow-ups as done
Get a pipeline summary: counts of applications grouped by status
The valid pipeline stages exposed as an MCP resource for client discovery
Tools
Tool | Description |
| Insert a new job application |
| Move an application to a new pipeline status |
| List applications, optionally filtered by status, newest first |
| Schedule a follow-up reminder for an application |
| List follow-ups due on or before a date that are not yet done |
| Mark a follow-up as completed |
| Count applications grouped by pipeline status |
All dates use YYYY-MM-DD format and are validated on input. Valid pipeline stages are: applied, phone_screen, technical_interview, onsite, offer, rejected, withdrawn. Passing any other value to status or new_status raises a clear error.
Resources
pipeline://stages: JSON array of the ordered pipeline stages, so a client can discover valid status values without guessing.
Setup
Requires Python 3.11+ and uv.
uv syncClaude Desktop config
{
"mcpServers": {
"job-tracker": {
"command": "/path/to/job-tracker-mcp-server/run.sh"
}
}
}Replace /path/to/job-tracker-mcp-server with the absolute path to this repo.
Storage
Data is stored in a local SQLite database (applications.db, created automatically on first run, gitignored). Override the location with the JOB_TRACKER_DB_PATH environment variable.
Testing
uv run pytestLicense
MIT
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.
Latest Blog Posts
- 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/AshC2004/job-tracker-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server