JSON Resume MCP Server
Official
by jsonresume
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_TOKEN | Yes | Your GitHub personal access token with gist permissions | |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
GITHUB_USERNAME | Yes | Your GitHub username |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |