reference-mcp server
Reference integrity for AI agents. Scans and verifies links, imports, assets, deps.
580 downloads/wk
Reviews
Write oneNobody has reviewed reference-mcp yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
reference-mcp tools (2)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
reference.checkVerify the references in a repository. Local paths are checked against the filesystem, module names against the npm registry, and URLs over HTTP. Returns findings with a status per reference.
reference.scanScan a repository and extract every reference: URLs, local imports, assets, and module dependencies. Returns a deduplicated list by kind.
Public scan report
scanner v0.1.9 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned13/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (2)
- highShell command built from a string (injection risk)
exec.shell-concatsrc/index.js: …lse { try { const match = execSync(`find "${root}" -type f -name "${basenameName(value)}" 2>/dev/null | head… - lowNo source repository listed
maint.no-repo
Grade history
- 2026-09-19downgradeC → Dscore 46: Shell command built from a string (injection risk); No source repository listed
Install directly
Runs npx -y reference-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add reference-mcp -- npx -y reference-mcp
reference-mcp: common questions
- Is reference-mcp server safe?
- Not recommended: it is graded D (46/100). Read the reference-mcp safety report
- How do I install reference-mcp?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does reference-mcp need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is reference-mcp maintained?
- The latest release is v0.1.6.