Skip to content
Cursor

CV Forge for Cursor

io.github.thechandanbhagat/cv-forge

Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation

client:Cursor transport:stdio runtime:npm

Install CV Forge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cv-forge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cv-forge"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CV Forge in other clients