mcpbeat Sign in

Semver Checks MCP Server

by kyungseopk1m Your server? Claim it
local only

Semver Checks runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 24 Aug 2026.

Detect breaking changes in your TypeScript library's public API and recommend the SemVer bump.

Installs per day peak 153 · avg 8 · +6333% w/w
a month agotoday
43
Installs / week
npm · semver-checks
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/resolve/npm-resolver.ts:38
    const tgzPath = path.join(tmpDir, filename);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 semver-checks -- npx -y semver-checks
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "semver-checks": {
      "args": [
        "-y",
        "semver-checks"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.semver-checks]
command = "npx"
args = ["-y", "semver-checks"]
.cursor/mcp.json
{
  "mcpServers": {
    "semver-checks": {
      "args": [
        "-y",
        "semver-checks"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "semver-checks": {
      "args": [
        "-y",
        "semver-checks"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Semver Checks

same job, measured the same way
mendapi
by mendapi

Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.

137 installs/wk local only
boxpdf
by earonesty

Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.

191 installs/wk local only
Schemaguard
by sethclawd-prog

API Schema Drift Monitor — detect breaking changes in OpenAPI specs

29 installs/wk local only
Savee
by savee

Read your Savee saves, boards and home feed, and search its public library. Read-only.

answering
Kotlin & Java Library Sources
by aoreshkov

Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents

local only
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
Deprecation MCP
by tsvillain

MCP server for cross-vendor API/SDK deprecation and breaking-change tracking

23 installs/wk local only
Ranklogs
by ranklogs

See whether AI assistants recommend your business - and where you rank - without leaving the chat.

answering

Semver Checks — questions

Answers built from our own checks of this server.

Why is there no uptime for Semver Checks?
Semver Checks 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 semver-checks was installed 43 times last week.
How do I connect Semver Checks?
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 semver-checks straight from npm; nothing to host, nothing to sign up for.
How many people use Semver Checks?
The npm package semver-checks was installed 43 times in the last week. Week over week that is +6333%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Semver Checks open source?
Yes — it is published under the MIT licence, written in TypeScript 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.