JSON Resume MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesYour GitHub personal access token with gist permissions
OPENAI_API_KEYYesYour OpenAI API key
GITHUB_USERNAMEYesYour GitHub username

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
github_analyze_codebase

This is a tool from the github MCP server. Analyzes the current codebase and returns information about technologies, languages, and recent commits

github_check_resume

This is a tool from the github MCP server. Checks if a GitHub user has a JSON Resume and returns its information

github_enhance_resume_with_project

This is a tool from the github MCP server. Enhances a GitHub user's JSON Resume with information about their current project