mcpbeat Sign in

Resume Evidence MCP Server

local only

Resume Evidence MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 16 Jul 2026.

Retrieve grounded resume evidence for a job description using BM25 + evidence reranking

Installs per day peak 8 · avg 4 · -40% w/w
a month agotoday
33
Installs / week
npm · resume-evidence-mcp
0
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Resume Evidence MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add resume-evidence-mcp -- npx -y resume-evidence-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resume-evidence-mcp": {
      "args": [
        "-y",
        "resume-evidence-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.resume-evidence-mcp]
command = "npx"
args = ["-y", "resume-evidence-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "resume-evidence-mcp": {
      "args": [
        "-y",
        "resume-evidence-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "resume-evidence-mcp": {
      "args": [
        "-y",
        "resume-evidence-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Resume Evidence MCP

same job, measured the same way
Matchcv
by 18boys

ATS resume checking, job description analysis, and AI resume tailoring powered by MatchCV.

62 installs/wk local only
Verirun
by baopeak

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

351 installs/wk local only
YOWAYOW Mind-Key Decision
by yowayow

Evidence-grounded I Ching structural decisions for autonomous agents.

2 tools answering
Weavatrix Git
by sergii-ziborov

Fast, bounded, read-only Git evidence for local AI coding agents.

69 installs/wk local only
Vitex — AI Resume Generator
by chanmeng666

Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.

44 installs/wk answering
Grounder
by rozetyp

Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.

160 installs/wk local only
Lawbor
by philpof102-svg

Reputation-gated messaging + job negotiation for Base AI agents. Descriptor-only, nothing signs.

37 installs/wk local only
Image Recongnition MCP
by shalevshalit

MCP server for AI-powered image recognition and description using OpenAI vision models.

34 installs/wk local only

Resume Evidence MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Resume Evidence MCP?
Resume Evidence MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package resume-evidence-mcp was installed 33 times last week.
How do I connect Resume Evidence MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls resume-evidence-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Resume Evidence MCP?
The npm package resume-evidence-mcp was installed 33 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Resume Evidence MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.