LogoSTMCP
Download
JSON Resume MCP Server

JSON Resume MCP Server

AI analyzes your codebase and updates your JSON Resume, enhancing your resume with project details.

Tools

1. check_resume_status

Check if you have an existing JSON Resume stored in GitHub Gists and display its current details.

2. analyze_codebase

Analyze your current project's codebase to identify technologies, programming languages, frameworks, and recent development activities.

3. enhance_resume_with_project

Automatically enhance your JSON Resume by analyzing your current project and adding relevant skills, technologies, and project descriptions using AI-powered content generation.

4. create_new_resume

Create a new JSON Resume from scratch if you don't have an existing one, with basic structure and placeholder content.

5. update_resume_skills

Update the skills section of your resume based on technologies detected in your codebase analysis.

6. generate_project_description

Generate professional project descriptions using AI analysis of your codebase, including key features, technologies used, and project scope.

7. sync_resume_to_github

Save and synchronize your updated resume to GitHub Gists, making it accessible through the JSON Resume registry.

8. validate_resume_format

Validate your resume against the JSON Resume schema to ensure it follows the standard format and structure.

Generate a preview link to view your formatted resume using the JSON Resume registry viewer.

10. extract_commit_insights

Analyze recent Git commits to extract insights about your development activities and contributions for resume enhancement.

JSON Config

{
  "mcpServers": {
    "jsonresume": {
      "command": "npx",
      "args": ["-y", "@jsonresume/mcp"],
      "env": {
        "GITHUB_TOKEN": "your-github-token",
        "OPENAI_API_KEY": "your-openai-api-key",
        "GITHUB_USERNAME": "your-github-username"
      }
    }
  }
}

Useful Links

Information

Categories