mcpbeat Sign in

Veris MCP Server

by vighriday Your server? Claim it
local only

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

Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.

Installs per day peak 23 · avg 10 · -33% w/w
a month agotoday
102
Installs / week
npm · veris-core
1
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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/engine/WatchMode.ts:65, src/data/DataLoader.ts:108
        const abs = path.join(this.projectRoot, rootRel);

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

This one needs environment variables set before it will start: VERIS_STATE_DISABLED (Set to 1 for zero-retention mode (skip all SQLite writes).), VERIS_PLUGINS_DISABLED (Set to 1 to skip loading .veris/plugins/*.js.), VERIS_CONFIDENCE_THRESHOLD (Veris exits with code 2 when overall confidence falls below this number.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Veris

same job, measured the same way
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Cssgraph
by mack-peng

CSS intelligence for AI coding agents — surgical style context, fewer tool calls. 100% local.

254 installs/wk local only
Local Intel
by mcflamingo

Hyperlocal business intelligence for AI agents. 20 MCP tools. Florida-first, Sunbelt expansion.

27 tools answering
Hooklayer
by khan-ashifur

Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring.

12 tools answering
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 167 installs/wk local only
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

48 installs/wk local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only

Veris — questions

Answers built from our own checks of this server.

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