Syncs professional certifications and achievement badges from Credly profiles to automatically include credentials in CVs
Tracks code contributions by extracting commit history from local repositories, including commit details, code changes (diffs), and impact analysis to automatically update CVs with development work
Pulls completed Jira tickets and tasks to document project work and accomplishments for CV generation (requires testing)
Generates and formats professional CVs using LaTeX templates with configurable formatting rules
CV Resume Builder MCP
AI-powered CV and resume builder using Model Context Protocol (MCP)
Automatically generate and update your CV/resume from git commits, Jira tickets, Credly certifications, and LinkedIn. Built for professionals who want their CV to stay current without manual updates. Generates ATS-compliant LaTeX CVs that pass Applicant Tracking Systems.
Features
š Git commits - Track your code contributions automatically ā
š« Jira tickets - Pull completed projects and tasks ā ļø (requires testing)
š Credly badges - Sync certifications and achievements ā
š¼ LinkedIn profile - Not implemented yet š§ (authentication required)
š PDF parsing - Extract content from existing CVs ā
š Enhanced CV generation - Combine all data sources ā
š LaTeX support - Generate professional, ATS-compliant CVs ā
š¤ ATS-friendly - Clean formatting that passes Applicant Tracking Systems ā
Quick Start
Prerequisites
Python 3.10+
uvinstalled (for uvx):curl -LsSf https://astral.sh/uv/install.sh | shAn MCP-compatible AI assistant (Claude Desktop, Kiro, etc.)
Installation
Using uvx (recommended - no installation needed!):
Just configure your MCP client and uvx handles the rest.
Or install with pip:
Note: The configurations below use
uvxwhich automatically downloads and runs the latest version from PyPI. If you're developing locally or want to test unreleased features, see TESTING.md for local development setup.
Configuration
For Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
For multiple repositories: Change REPOS to: "CompanyA:/path1,CompanyB:/path2,Personal:/path3"
For Kiro IDE
Edit ~/.kiro/settings/mcp.json:
For multiple repositories: Change REPOS to: "CompanyA:/path1,CompanyB:/path2,Personal:/path3"
Important: Use absolute paths (no ~). Get it with pwd in your repo directory.
Restart Your AI Assistant
After configuration, restart Claude Desktop or Kiro to load the MCP server.
Test It
You should see tools like get_git_log, read_cv, parse_cv_pdf, etc.
Usage Examples
With multiple repositories:
Parse existing CV
Generate enhanced CV
Get certifications
Analyze commit impact (NEW!)
Career guidance
Optional Integrations
Add these to your MCP configuration's env section:
Jira (ā ļø Requires Testing)
Get API token: https://id.atlassian.com/manage-profile/security/api-tokens
Note: Jira integration is functional but requires more testing across different Jira configurations. Please report any issues!
Credly (ā Fully Tested)
Find your username in your Credly profile URL: https://www.credly.com/users/YOUR-USERNAME
LinkedIn (š§ Not Implemented)
Note: LinkedIn integration is not yet implemented due to authentication requirements. The tool currently only returns your profile URL. For now, manually copy your LinkedIn achievements to wins.md file. Contributions welcome!
CV Formatting
Available Tools
Tool | Description |
| Get your git commits from default repo (excludes merge commits) |
| List all configured repositories |
| Get commits from a specific repository |
| Get commits from all repos, grouped by project |
| NEW! Get detailed commit info including code changes (diff) for impact analysis |
| NEW! Analyze multiple commits with stats to understand actual work done |
| Read your current LaTeX CV |
| Read your wins.md achievements file |
| Get completed Jira tickets |
| Get your certifications from Credly |
| Read your LinkedIn profile summary |
| Extract text from existing CV/resume PDF |
| Combine all data sources into comprehensive report |
| Get formatting rules and constraints |
Project Structure
Development
For End Users (Production)
Use the uvx configuration shown above. It automatically downloads the latest stable version from PyPI.
For Contributors (Local Development)
Just testing locally? Clone the repo:
Want to contribute changes? Fork first, then clone your fork:
Click "Fork" on GitHub
Clone your fork:
Then use the local development configuration from TESTING.md which uses python3 -m instead of uvx.
Run Tests
Format Code
Contributing
Contributions welcome! Please:
Fork the repository
Create a feature branch
Make your changes
Add tests if applicable
Ensure no credentials are hardcoded
Submit a pull request
See CONTRIBUTING.md for details.
Troubleshooting
MCP server not showing up
Verify absolute paths in config (use
pwd)Restart your AI assistant completely
Check for typos in configuration
Git log returns empty
Check your git author name:
git config user.nameUpdate
AUTHOR_NAMEto match exactly
"Command not found: uvx"
Install uv:
curl -LsSf https://astral.sh/uv/install.sh | shOr:
brew install uv
Jira/Credly errors
Verify API tokens are correct
Check URLs don't have trailing slashes
Ensure services are accessible
Security
All credentials stored in environment variables
No data sent to external services except configured integrations
Git history stays local
Open source - audit the code yourself
License
MIT License - see LICENSE file for details.
Support
š Report bugs - Open an issue on GitHub
š” Request features - Create a feature request issue
š¬ Ask questions - Start a discussion on GitHub
Keywords: cv builder, resume builder, mcp, model context protocol, ai resume, ai cv, automatic cv, career tracker, latex cv, resume generator, cv generator, developer resume, tech resume, ats compliant, ats friendly, applicant tracking system
Made with ā¤ļø for developers who hate updating their CVs manually