← Back to browse

veris

Indexed by io.github.vighriday

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVERIS_STATE_DISABLED VERIS_PLUGINS_DISABLED VERIS_CONFIDENCE_THRESHOLD
Claude Code
claude mcp add --env VERIS_STATE_DISABLED= --env VERIS_PLUGINS_DISABLED= --env VERIS_CONFIDENCE_THRESHOLD= veris -- npx veris-core
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"veris","command":"npx","args":["veris-core"],"env":{"VERIS_STATE_DISABLED":"","VERIS_PLUGINS_DISABLED":"","VERIS_CONFIDENCE_THRESHOLD":""}}'
JSON
{
  "mcpServers": {
    "veris": {
      "command": "npx",
      "args": [
        "veris-core"
      ],
      "env": {
        "VERIS_STATE_DISABLED": "",
        "VERIS_PLUGINS_DISABLED": "",
        "VERIS_CONFIDENCE_THRESHOLD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.