Back to Browse

Veris MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Set to 1 for zero-retention mode (skip all SQLite writes).Optional

Environment variable: VERIS_STATE_DISABLED

Set to 1 to skip loading .veris/plugins/*.js.Optional

Environment variable: VERIS_PLUGINS_DISABLED

Veris exits with code 2 when overall confidence falls below this number.Optional

Environment variable: VERIS_CONFIDENCE_THRESHOLD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vighriday-veris": {
      "env": {
        "VERIS_STATE_DISABLED": "your-veris-state-disabled-here",
        "VERIS_PLUGINS_DISABLED": "your-veris-plugins-disabled-here",
        "VERIS_CONFIDENCE_THRESHOLD": "your-veris-confidence-threshold-here"
      },
      "args": [
        "-y",
        "veris-core",
        "mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!