mcpbeat Sign in

Evidrift MCP Server

by bm1016bm-svg Your server? Claim it
local only

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

Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.

Installs per day peak 315 · avg 41 · -67% w/w
a month agotoday
58
Installs / week
npm · evidrift
1
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MPL-2.0
License
TypeScript

What the code does

We read the source, 2 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/storage.ts:424
    const filePath = path.join(target.receipts, 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 evidrift -- npx -y evidrift
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "evidrift": {
      "args": [
        "-y",
        "evidrift"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.evidrift]
command = "npx"
args = ["-y", "evidrift"]
.cursor/mcp.json
{
  "mcpServers": {
    "evidrift": {
      "args": [
        "-y",
        "evidrift"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "evidrift": {
      "args": [
        "-y",
        "evidrift"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Evidrift

same job, measured the same way
I
MCP API Doc Generator
by vpatser1

Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code

28 installs/wk local only
SpecPilot
by specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

2 tools answering
CodeY CMS
by fpointerdev

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

34 installs/wk local only
OpenQR
by openqr

Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.

202 installs/wk 20 tools answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
CGIS Code Graph
by zaebee

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

local only
21st.dev
by 21st

Find UI components and themes, retrieve code, and generate with hosted 21st AI when enabled.

answering
Cloud Agent
by joepangallo

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

35 installs/wk local only

Evidrift — questions

Answers built from our own checks of this server.

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