resmd MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@resmd MCP Serverlist my resumes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Open the dashboard and click your user menu (bottom-left)
Select MCP Keys
Enter a name for the key and click Generate
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.js4. 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.jsAgainst 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.jsTo remove or re-add (e.g. to update the key):
claude mcp remove resmdNote: 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 all resumes |
| Fetch a resume by ID |
| Create a new resume |
| Update resume content, title, or template |
| Delete a resume |
| Clone a resume with a new title |
| Clone and AI-tailor for a job description |
| Chat with AI about a resume |
| AI-enhance a piece of resume text |
| Import PDF/DOCX/TXT → resmarkup |
| Export resume as base64 PDF |
| List available templates |
Available Resources
URI | Description |
| Full resmarkup format specification |
MCP Inspector
Test the server interactively:
npx @modelcontextprotocol/inspector node dist/server.jsMaintenance
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
- FlicenseNot gradedqualityCmaintenanceAn 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.
- AlicenseAqualityDmaintenanceA 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.711MIT
- AlicenseNot gradedqualityDmaintenanceExposes 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
- AlicenseNot gradedqualityDmaintenanceMCP server for processing Markdown resumes into multiple formats (PDF, LinkedIn templates) with AI analysis and Claude integration.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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