mcp-server

israthnr/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project implements a Model Context Protocol (MCP) style server using FastAPI, providing CV chat and email notification functionalities.

MCP Server - CV Chat & Email Notification

This project implements a Model Context Protocol (MCP) style server using FastAPI.

Features

  • CV Chat: Ask questions about your resume.
  • Email Notification: Send emails via an API endpoint.

Requirements

  • Python 3.10+
  • FastAPI, Uvicorn

Setup

git clone <your-repo-url>
cd mcp-server
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt