Skip to main content
Glama
tahiru-j

resmd MCP Server

by tahiru-j

resmd MCP Server

Expose resmd as a Model Context Protocol (MCP) server so AI agents and automation tools can programmatically create, edit, tailor, and export resumes.

Prerequisites

  • Node.js 20+

  • A running resmd instance (self-hosted or deployed)

  • An MCP key generated from the resmd app

Related MCP server: Pavan Madduri — Personal Knowledge MCP Server

1. Generate an MCP Key

  1. Open the dashboard and click your user menu (bottom-left)

  2. Select MCP Keys

  3. Enter a name for the key and click Generate

  4. Copy the key immediately — it is only shown once

2. Configure Environment

# bash / zsh
export RESMD_API_URL=https://resmd.app
export RESMD_MCP_KEY=<your-mcp-key>
# PowerShell
$env:RESMD_API_URL = "https://resmd.app"
$env:RESMD_MCP_KEY = "<your-mcp-key>"

3. Build and Run

npm install
npm run build
node dist/server.js

4. Claude Code Configuration

Claude Code supports local MCP servers directly. Use the claude mcp CLI to register the server.

Against the hosted app:

claude mcp add resmd \
  --env RESMD_API_URL=https://resmd.app \
  --env RESMD_MCP_KEY=<your-mcp-key> \
  -- node /path/to/resmd-mcp/dist/server.js

Against a local instance:

claude mcp add resmd \
  --env RESMD_API_URL=http://localhost:3000 \
  --env RESMD_MCP_KEY=<your-mcp-key> \
  -- node /path/to/resmd-mcp/dist/server.js

To remove or re-add (e.g. to update the key):

claude mcp remove resmd

Note: Claude Desktop only supports cloud-hosted MCP servers. Use Claude Code for local MCP servers.

5. n8n / Make Integration

Use the MCP Client node (n8n) or HTTP module (Make) pointed at the MCP server running as a process. Alternatively, call the resmd HTTP API directly using the MCP key as a Bearer token:

Authorization: Bearer <your-mcp-key>

Available Tools

Tool

Description

list_resumes

List all resumes

get_resume

Fetch a resume by ID

create_resume

Create a new resume

update_resume

Update resume content, title, or template

delete_resume

Delete a resume

clone_resume

Clone a resume with a new title

tailor_resume

Clone and AI-tailor for a job description

chat_with_resume

Chat with AI about a resume

enhance_text

AI-enhance a piece of resume text

import_resume

Import PDF/DOCX/TXT → resmarkup

export_pdf

Export resume as base64 PDF

list_templates

List available templates

Available Resources

URI

Description

resmarkup://format

Full resmarkup format specification

MCP Inspector

Test the server interactively:

npx @modelcontextprotocol/inspector node dist/server.js
Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that provides a structured API for AI agents to query a person's resume, including profile, projects, writing, and gated access to experience and skills.
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that exposes a professional profile — certifications, industry articles, open source contributions, and live GitHub activity — as a queryable API for AI agents.
    7
    11
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes a personalized AI agent that reads your resume and provides intelligent responses about your professional background through a standardized MCP server interface with RAG capabilities.
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tahiru-j/resmd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server