mcpbeat Sign in

Vinv MCP Server

local only

Vinv runs on your own machine — the client starts it, so there is no endpoint to ping. 210 installs a week from npm. Last commit 1 Sep 2026.

Vinv runs, tests, and finds issues in your services — with zero code changes.

Installs per day peak 425 · avg 14
a month agotoday
210
Installs / week
npm · vinv-mcp
45
Stars
14 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 12 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.

Runs an external command exerciser/src/exerciser/_worker.py:113, exerciser/src/exerciser/concurrency.py:347, exerciser/src/exerciser/containment.py:492 и ещё 11
        proc = subprocess.run(  # noqa: S603 (fixed argv, no shell)
        exec(snippet, ns)  # noqa: S102 — the corpus is our own fixed text
Runs an external command extension/src/bringup/serviceRunner.ts:213, extension/src/embedder/sidecar.ts:96, extension/src/graph/graphEnhancer.ts:760 и ещё 17
        const child = spawn(bash, ['-lc', script], hiddenBackgroundOptions({
Builds a file path from a variable extension/src/graph/changedFiles.ts:194, extension/src/harness/exerciseIngest.ts:478, extension/src/identification/callSiteContext.ts:55 и ещё 7
                stats.push({ file, mtimeMs: fs.statSync(path.join(root, file)).mtimeMs });
Dumps the whole environment exerciser/src/exerciser/_worker.py:71, exerciser/src/exerciser/concurrency.py:340, exerciser/src/exerciser/containment.py:402 и ещё 6
    env = dict(os.environ if base is None else base)

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

Alternatives to Vinv

same job, measured the same way
ariadne
by mikhailhal

Returns only the unit tests affected by your current Kotlin/Android code changes.

local only
Ast Impact Mapper MCP
by vola-trebla

MCP server that uses TypeScript AST to find which tests are affected by a code change

49 installs/wk local only
mendapi
by mendapi

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

173 installs/wk local only
Gcf Proxy
by blackwell-systems

Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.

187 installs/wk local only
Vibelens MCP
by klewicki7

VibeLens MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor

83 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
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

35 installs/wk local only
I
LeakRank Guard
by prototeemo

Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.

96 installs/wk local only

Vinv — questions

Answers built from our own checks of this server.

Why is there no uptime for Vinv?
Vinv 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 vinv-mcp was installed 210 times last week.
How do I connect Vinv?
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 vinv-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vinv?
The npm package vinv-mcp was installed 210 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vinv open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 45 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.