Skip to content
Cursor

veris for Cursor

io.github.vighriday/veris

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

client:Cursor transport:stdio runtime:npm

Install veris in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "veris": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "veris-core"
      ],
      "env": {
        "VERIS_STATE_DISABLED": "<VERIS_STATE_DISABLED>",
        "VERIS_PLUGINS_DISABLED": "<VERIS_PLUGINS_DISABLED>",
        "VERIS_CONFIDENCE_THRESHOLD": "<VERIS_CONFIDENCE_THRESHOLD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

veris in other clients