Vinv runs, tests, and finds issues in your services β with zero code changes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Tools for AI agents to test, fix and optimise your codebase.
Vinv connects runtime traces to the exact source that produced them, hands that evidence to the coding agent you already use, then re-runs the code to prove the fix actually works. It's not another coding agent β it's the evidence layer under the one you already use: your agent proposes, Vinv verifies.
|
Editor extension |
MCP server |
See it in action Β· What it does Β· Under the hood Β· 2-min demo
One workspace context, built once β every agent reads the same .vinv/ store.
84% of developers now use or plan to use AI coding tools β but more of them distrust the output (46%) than trust it (33%), and distrust nearly doubled in a year (Stack Overflow 2025, 49k developers).
The reason is familiar: the agent edits the wrong handler, invents return shapes, then grades its own homework while the server won't even start. Or it loops β test fails, agent edits the same function, test fails again β burning your context window on "let me verify."
Both failures share one root cause: the agent has never watched your code run. It argues from static text.
The industry automated writing code and left proving it entirely manual. Vinv automates the proving β and only then the finding and the fixing.
Vinv works three ways β an editor extension, a CLI, or an MCP server for any agent. All three share the same local engines.
One click β install from vinv.ai, which opens the extension directly in your editor (VS Code, Cursor, Windsurf, VSCodium, Trae and Insiders). The listing lives on Open VSX and the VS Code Marketplace.
Or from your editor's CLI:
| Editor | Command |
|---|---|
| VS Code | code --install-extension VinvAI.VinvAI |
| Cursor | cursor --install-extension VinvAI.VinvAI |
| Windsurf | windsurf --install-extension VinvAI.VinvAI |
| VSCodium | codium --install-extension VinvAI.VinvAI |
| Trae | trae --install-extension VinvAI.VinvAI |
| VS Code Insiders | code-insiders --install-extension VinvAI.VinvAI |
First run builds the engines β about 3 minutes, mostly compiling the Rust index; it also fetches a one-time ~100 MB local embedding model (uv and Rust required). First trace lands about a minute after that; everything after is seconds.
Give Claude Code, Cursor, or any MCP client Vinv's tools β one global config that finds your open workspace automatically via MCP roots.
Claude Code, Codex, Gemini CLI β installed once for every folder you open, not just the current one:
Claude Code defaults to the current directory and Gemini CLI to the current project, so both take --scope user; Codex always writes to ~/.codex/config.toml and has no scope flag.
Other clients: add { "command": "npx", "args": ["-y", "vinv-mcp"] } under mcpServers.vinv. See vinv-mcp β 16 tools: semantic search, dead code, fault localization, runtime values/slices/coverage, and the verify/optimize loop.
Windows (PowerShell):
Run β Test β Find β Prove. Point Vinv at a Python repo; it does the rest β no code changes, no API keys.
Your agent is the only LLM β no new bill, no model picker, no provider keys. See the full walkthrough on vinv.ai/#under-the-hood.
Not a lab benchmark β real findings, filed on real projects (scikit-learn, watermarks-remover, semantica, FastAPI, Typer, smolagents), every one with an upstream thread you can open. All of it driven by Cursor running Composer 2.5 with Vinv installed β not a frontier model. The evidence did the work, not the model. The full set with screenshots: vinv.ai/#catches.
Static tools only prove "nothing references this." Vinv proves "no capture ever executed this," carries each untraced island with the live callers that still point at it, and lets your agent return the verdict β integrate, delete, or keep.
| Upstream | What Vinv caught | Status |
|---|---|---|
| scikit-learn#34790 | Unused _find_smallest_angle helper in _ridge.py, stranded after a refactor | β merged β "thanks for the clean-up" |
| semantica#1176 | 13 unreferenced symbols across 9 files (289 deletions, 0 insertions) | β merged β review restored 2 as deprecated |
| fastapi/typer#1937 | Unused OptionHelpExtra TypedDict in the vendored Click | β maintainer-confirmed |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vinv)<a href="https://allmcps.com/mcp/vinv"><img src="https://allmcps.com/api/badge/vinv?style=directory" alt="Vinv on AllMCPs" /></a>