mcpbeat Sign in

Sfdx Retirement Lint MCP Server

local only

Sfdx Retirement Lint runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Finds retired API versions and removed sfdx force:* commands in your DX repo before a deploy or a CI

Installs / week
npm · @readystack/sfdx-retirement-lint
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Sfdx Retirement Lint 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 sfdx-retirement-lint -- npx -y @readystack/sfdx-retirement-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sfdx-retirement-lint": {
      "args": [
        "-y",
        "@readystack/sfdx-retirement-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sfdx-retirement-lint]
command = "npx"
args = ["-y", "@readystack/sfdx-retirement-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "sfdx-retirement-lint": {
      "args": [
        "-y",
        "@readystack/sfdx-retirement-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sfdx-retirement-lint": {
      "args": [
        "-y",
        "@readystack/sfdx-retirement-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sfdx Retirement Lint

same job, measured the same way
Angular Removed API Lint
by jmshinhwa

32 checks for Angular APIs that were removed or deprecated, plus the support window on your version

local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Session Replay
by session-replay

Read and triage bug reports captured by Session Replay for your verified domains.

answering
brain — the recorder
by mordechaipotash

Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.

297 installs/wk local only
Hmrc Fraud Prevention Header Lint
by jmshinhwa

Finds the Gov-Client and Gov-Vendor header mistakes HMRC rejects, in your editor, offline, before yo

local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

2 213 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering

Sfdx Retirement Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Sfdx Retirement Lint?
Sfdx Retirement Lint 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 @readystack/sfdx-retirement-lint.
How do I connect Sfdx Retirement Lint?
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 @readystack/sfdx-retirement-lint straight from npm; nothing to host, nothing to sign up for.
Is Sfdx Retirement Lint open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.