MCV - MCP Server for CV/Resume
by Mrinank-Bhowmick
MCV is a template for serving your CV/Resume data via the Model Context Protocol (MCP). It's powered by Cloudflare Workers and Durable Objects, enabling AI agents to interact with your resume data.
View on GitHub
Last updated: N/A
MCV - MCP Server for CV/Resume
This project provides a template for serving your CV/Resume data via the Model Context Protocol (MCP), powered by Cloudflare Workers and Durable Objects. It allows AI agents or other services(Claude desktop,clients etc) to interact with your resume data.
Features
- MCP Server: Exposes resume data through standard MCP endpoints.
- Cloudflare Workers: Runs serverlessly on Cloudflare's edge network for low latency.
- Durable Objects: Utilizes Durable Objects for managing the MCP agent state.
- Structured Data: Serves resume data structured in JSON format.
- Specific Data Retrieval: Allows fetching the entire resume or specific sections like contact info, education, projects, etc.
Prerequisites
- Cloudflare account