MCP Version Matrix Refresh — 2026-04-26
Re-audit since 2026-04-22. Refresh prompted by user request after pinning 21st-dev-magic@0.1.0.
Upstream deltas
| Package | Tier | Prior audit | Now | Δ |
@upstash/context7-mcp | MED | 2.1.8 (2026-04-13) | 2.2.0 (2026-04-24) | minor +1 |
tavily-mcp | MED | 0.2.18 (2026-03-12) | 0.2.19 (2026-04-24) | patch +1 |
fal-ai-mcp | MED | 0.2.1 (2026-03-07) | 0.2.1 | unchanged |
@21st-dev/magic | HIGH | 0.1.0 (2025-12-23) | 0.1.0 | unchanged (now PINNED) |
agentation-mcp | HIGH | 1.2.0 (2026-02-15) | 1.2.0 | unchanged (disabled) |
@modelcontextprotocol/server-sequential-thinking | LOW | 2025.12.18 | 2025.12.18 | unchanged |
@modelcontextprotocol/server-memory | LOW | 2026.1.26 | 2026.1.26 | unchanged |
notebooklm-mcp (user-level) | LOW | 1.2.1 (2025-12-27) | 1.2.1 | unchanged |
Recommendations status
| # | Action | Status |
| 1 | Pin HIGH-tier servers | DONE 2026-04-26 (21st-dev-magic@0.1.0) |
| 2 | Doctor check for HIGH-tier @latest | DONE M117 #1462 (PR #1496) |
| 3 | Document NotebookLM user-level dep | OPEN, low priority |
| 4 | 90-day audit cadence | RECURRING, next 2026-07-25 |
| 5 (new) | Re-evaluate agentation HIGH→MEDIUM after stabilization | OPEN, due 2026-07-25 |
Cadence note: 4 days between audits, 2 patch-level upstream changes, both auto-uptaken via @latest. The 90-day cadence is for tier reclassification (server going stale, hitting 1.0.0, losing maintainer activity), not version-tracking.
One-liner refresh script
for pkg in @upstash/context7-mcp tavily-mcp fal-ai-mcp @21st-dev/magic agentation-mcp \
@modelcontextprotocol/server-sequential-thinking @modelcontextprotocol/server-memory \
notebooklm-mcp; do
v=$(npm view "$pkg" version 2>/dev/null)
pub=$(npm view "$pkg" time.modified 2>/dev/null)
printf "%-50s %-12s %s\n" "$pkg" "${v:-???}" "${pub:-unknown}"
done
References
src/skills/mcp-patterns/references/mcp-version-matrix.md — canonical matrix
src/skills/doctor/scripts/check-mcp-pinning.sh — doctor check (M117)
- Issue #1446 — original audit
- PR #1496 — M117 doctor check + property tests