Home › Development › Veris

Veris

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

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-07 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.8)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "veris": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "VERIS_STATE_DISABLED": "<YOUR_VALUE>",
        "VERIS_PLUGINS_DISABLED": "<YOUR_VALUE>",
        "VERIS_CONFIDENCE_THRESHOLD": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry