MCP-server-backend

shanu198218/MCP-server-backend

3.1

If you are the rightful owner of MCP-server-backend 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.

The Model Context Protocol (MCP) Server Backend is designed to handle resume uploads, parsing, and querying, along with email notifications.

MCP-server-backend

This is the backend for the Model Context Protocol (MCP) Server.
It allows you to:

  • Upload and parse resumes
  • Ask questions about the uploaded resume
  • Email notifications

Tech Stack

  • Node.js + TypeScript
  • Express.js
  • Multer (for file uploads)
  • NodeMailer (for sending emails)

Installation

ENV configuration

git clone https://github.com/yourusername/mcp-server-backend.git
cd mcp-server-backend
npm install
npm run dev