JSON Resume MCP 服务器

JSON Resume MCP 服务器

该服务器通过分析代码库,在编码时自动更新简历。

快速入门

安装

前置条件

  • GitHub 账号和访问令牌
  • OpenAI API 密钥
  • Node.js 18+

使用 Smithery 安装

运行以下命令: npx -y @smithery/cli install @jsonresume/mcp --client claude

使用 NPM 安装

运行以下命令: npm install -g @jsonresume/mcp

配置

在 Windsurf 或 Cursor 中添加配置:

Windsurf 设置 { "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" } } }

Cursor 配置文件 ~/.cursor/mcp_config.json { "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" } } } }

使用

询问 AI 助手:

  • "更新我的简历以包含当前项目细节"
  • "检查我是否有 JSON 简历"
  • "分析我在该项目中使用的技术"