CV Resume Builder MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPOS | Yes | Repository path(s). Single repo: 'default:/absolute/path/to/repo'. Multiple repos: 'CompanyA:/path1,CompanyB:/path2,Personal:/path3' | |
| JIRA_URL | No | Your Jira instance URL (e.g., https://your-company.atlassian.net) | |
| JIRA_USER | No | Your Jira user email | |
| JIRA_EMAIL | No | Your Jira account email | |
| AUTHOR_NAME | Yes | Your git username/author name (must match exactly with git config user.name) | |
| CREDLY_USER_ID | No | Your Credly username (found in your profile URL: https://www.credly.com/users/YOUR-USERNAME) | |
| JIRA_API_TOKEN | No | Your Jira API token (get from https://id.atlassian.com/manage-profile/security/api-tokens) | |
| LINKEDIN_PROFILE_URL | No | Your LinkedIn profile URL (e.g., https://www.linkedin.com/in/yourprofile) - Note: Not yet implemented | |
| MAX_BULLETS_PER_EXPERIENCE | No | Maximum number of bullet points per experience section in CV formatting |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_git_logB | Get latest git commits by author from default repo (excludes merge commits) |
| list_reposB | List all configured git repositories |
| get_git_log_by_repoC | Get git commits from a specific repository by name |
| get_git_log_all_reposC | Get git commits from all configured repositories, grouped by repo |
| get_commit_detailsB | Get detailed commit information including code changes (diff) to analyze impact. Use this to understand what was actually done in commits. |
| analyze_commits_impactC | Get commits with their code changes for impact analysis. Returns commit messages + diffs to help AI understand the actual work done. |
| read_cvB | Read current CV (LaTeX) |
| read_winsB | Read wins.md achievements file |
| get_jira_ticketsC | Get Jira tickets assigned to or created by user |
| get_credly_badgesC | Get Credly badges and certifications |
| get_linkedin_profileB | Get LinkedIn profile summary (headline, about, experience) |
| get_cv_guidelinesB | Get CV formatting guidelines and constraints |
| parse_cv_pdfC | Parse an existing CV PDF file to extract text content and structure |
| generate_enhanced_cvC | Generate an enhanced CV by combining existing CV content with data from all sources |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/eyaab/cv-resume-builder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server