Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
CV-Forge is a new MCP server that intelligently matches job seekers with opportunities by analyzing job postings and generating perfectly-tailored CVs. This PR adds CV-Forge to the Community Servers section of the README, making it discoverable for developers integrating job matching capabilities into their applications.
Server Details
Motivation and Context
CV-Forge solves a critical pain point for job seekers: the time-consuming process of customizing CVs for each job application. By leveraging MCP protocol, it provides an intelligent bridge between job postings and personalized CV generation, significantly improving job application quality and reducing manual effort.
How Has This Been Tested?
Breaking Changes
None. This is a new server addition to the community list with no impact on existing configurations.
Types of changes
Checklist
Additional context
CV-Forge provides multiple export formats (PDF, HTML, Markdown) and integrates seamlessly with the MCP protocol for easy adoption. The server is production-ready and includes comprehensive error handling for edge cases in CV generation and job matching.