Back to Apps

Erga
Supports UIby Adr1an04
Track job applications and tailor LaTeX resumes locally using a professional career-focused MCP profile.
0 stars
Works in:CodexCursorGemini CLI
Exposes:Tools
What it does
Erga provides a local-first system for organizing the job application process. It connects your AI assistant to a private database of application records and LaTeX resume templates, allowing the AI to help you tailor your professional experience to specific job descriptions without exporting your data to the cloud.
Tools
pipeline_status: Read local record counts for your application pipeline.list_applications: Retrieve your current local application records.update_application_status: Move applications between states like draft, applied, interview, or offer.application_tracker: Render an Obsidian-based tracker view of your progress.list_evidence: Read local professional evidence records used for resume tailoring.intake_job_url: Research a job URL and build local review artifacts.prepare_job_workspace: Create a bounded local folder for a specific job application.create_tailored_resume: Generate a tailored resume proposal and diff based on evidence.validate_tailored_resume: Run the local LaTeX compiler to verify the output.
Installation
{
"mcpServers": {
"erga-mcp": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/erga-mcp", "run", "erga-mcp"],
"env": {
"ERGA_MCP_CONFIG": "/absolute/path/to/config.toml",
"ERGA_MCP_TOOL_PROFILE": "career"
}
}
}
}
Supported hosts
Claude, Codex, Cursor, Gemini CLI, GitHub Copilot CLI
Quick install
git clone https://github.com/Adr1an04/erga-mcp.git && cd erga-mcp && uv sync && uv run erga setupInformation
- Pricing
- free
- Published
- 8/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or MCP config using the stdio command.Cursor
Add to mcp.json: { "name": "erga-mcp", "command": "uv", "args": ["--directory", "/absolute/path/to/erga-mcp", "run", "erga-mcp"], "env": { "ERGA_MCP_CONFIG": "/absolute/path/to/config.toml", "ERGA_MCP_TOOL_PROFILE": "career" } }Claude Desktop
{
"mcpServers": {
"erga-mcp": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/erga-mcp", "run", "erga-mcp"],
"env": {
"ERGA_MCP_CONFIG": "/absolute/path/to/config.toml",
"ERGA_MCP_TOOL_PROFILE": "career"
}
}
}
}





