Independent verification that a change kept its declared constraints. No model in the verdict path.
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.
Engineering invariants for AI-built software.
INVARA upgrades vibe-coded software into verifiable, engineering-grade software.
You asked an agent to do a piece of work. It says it is done. INVARA decides that independently, from exit codes and file bytes, and writes the verdict into a hash chain so the answer cannot be quietly revised later.
The agent's own report is not an input. There is no field in a contract where anything can assert that the work is finished.
Status: v0.1 / Alpha. It is dogfooded daily and has not been sold. It is not autonomous authorization and not an enterprise compliance control.
Read this part before the install line. It is short on purpose, and the word that carries the promise above is verifiable β not correct.
INVARA does not prove software correctness. It verifies declared constraints against observable evidence.
Specifically:
PASS.PASS, and the contract is stored
verbatim so anyone can see how weak it was.intent is prose; nothing checks that the
work matched it. The checks are what bind.The narrow claim, which is what the machine actually does:
It decides, independently, whether this change kept the promises it made.
Nothing to configure. No API key, no service, no account. Python 3.12+ and uv.
or, to keep it:
The package declares zero runtime dependencies, so this pulls only the
standard library. pip install invara reports Successfully installed invara-0.1.1 and pip list shows that one line and nothing else.
From a checkout it is the same program, but install it first β the source
lives under src/, so a bare python -m invara in the repository root
finds nothing to run:
task.json, next to the repository you are about to change:
Sealing takes the digests of the protected paths now, before anyone knows what the verdict will be. That ordering is the entire guarantee.
That is the first verdict. Everything below is detail.
| Verdict | Meaning | Exit |
|---|---|---|
BLOCK | A protected path changed, or a completion check failed | 1 |
UNVERIFIABLE | A check could not be run at all. Unchecked is not passed | 2 |
HUMAN_REVIEW | Machine checks passed; something was declared as needing eyes | 0 |
PASS | Every check returned what it promised, every protected path is byte-identical | 0 |
Constraint breaks outrank everything. A run that touched what it promised not to touch is not partially fine.
BLOCK is two rules wearing one word β a protected path that changed and a
check that came back wrong are not the same accusation. So the verdict also
records which rule decided it, named after the evidence it decided on
(constraint_breaks, failed, unrunnable, needs_human, passed), and
judge and log print it. Verdicts recorded before this existed do not have
one, and do not get one fitted after the fact.
seal will not write a contract that cannot fail the work. It refuses a task
with no completion condition, a condition with no command to check it, a
contract with no protected paths ("a task allowed to change anything cannot be
said to have respected anything"), a duplicate check id, a protected path that
does not exist, and β the one that matters most β a contract where every
condition defers to a person.
That last one is why this is not a rubber stamp: if the only evidence is somebody saying yes, there is no contract.
Verdicts live in .runtime/verify.db (--db to move it). A contract is sealed
once and judged many times; the history is append-only and chained.
The buyer this was built for does not open a terminal. So the same package ships an MCP server, self-contained as a Claude Code plugin:
The plugin bundles the INVARA source and runs via python -m, requiring only
Python 3.12+ β no uv, no network, zero runtime dependencies. The configuration
it writes looks like this:
Five tools β invara_seal, invara_judge, invara_list, invara_log,
invara_chain. They are the commands above, and they change nothing about
what a verdict is: it is still computed from file digests and exit codes, the
checks that run are the ones a sealed contract already named, and there is
still no field anywhere for an agent to assert that the work is done. An agent
can ask for a verdict here. It cannot give one.
invara there is a local label β call it what you like. The server's actual
identity is io.github.Jujitae/invara, which is how it is listed in the
MCP registry and how a client that resolves through the registry
will find it. It cannot be used as the key above: claude mcp add answers
Names can only contain letters, numbers, hyphens, and underscores.
Not a sandbox, and this does not make it one. invara_seal takes a task file,
that file names commands, and judging runs them. An agent that can write a
task file can cause those commands to run β which is no more than the shell it
already has, but better said here than discovered.
Same repository state, same contract, same environment β same verdict. The verdict is a function of file digests and command exit codes, and nothing else; there is no model in the path and no clock in the decision.
Measured rather than asserted, 2026-08-17: contract
2026-08-17-route-discovery was judged twice, four minutes apart, against an
unchanged tree β 7 checks each including a 2,021-test suite. Both runs returned
the same status and the same reason string, and both rows are in the chain:
Run that yourself on your own contract before you trust it on ours.
The word doing work there is environment. See the first failure story below: a contract that passed locally and failed in CI was not non-deterministic β it was two different environments, and INVARA reported each one correctly. If you want the verdict to be reproducible, make the completion commands reproducible.
These are real, from building and using this tool. They are here because a verification tool that only shows its successes is asking to be trusted on exactly the grounds it tells you not to trust anything.
Environment contamination. A contract passed on the machine that wrote it
and failed in CI. The tree was clean; the environment was not.
PYTHONIOENCODING was set in the shell, child processes inherited it, and the
completion command only worked because of it. Verification runs now use
env -u PYTHONIOENCODING. Clean tree is not clean environment.
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/invara)<a href="https://allmcps.com/mcp/invara"><img src="https://allmcps.com/api/badge/invara?style=directory" alt="INVARA on AllMCPs" /></a>