Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server that enhances AI assistants with the ability to update JSON Resumes by analyzing coding projects.
Add this to your MCP client configuration:
{
"mcpServers": {
"jsonresume-mcp": {
"command": "npx",
"args": [
"-y",
"@jsonresume/mcp"
],
"env": {
"GITHUB_TOKEN": "<Your GitHub personal access token with gist permissions>",
"OPENAI_API_KEY": "<Your OpenAI API key>",
"GITHUB_USERNAME": "<Your GitHub username>"
}
}
}
}{
"id": "jsonresume-mcp",
"name": "JSON Resume",
"description": "A Model Context Protocol (MCP) server that enhances AI assistants with the ability to update JSON Resumes by analyzing coding projects.",
"source_url": "https://github.com/jsonresume/mcp",
"publisher_name": "jsonresume",
"publisher_url": "https://github.com/jsonresume",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 5772,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@jsonresume/mcp"
},
"tools_count": 3
}