Skip to content
Grok

veris for Grok

io.github.vighriday/veris

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

client:Grok transport:stdio runtime:npm

Install veris in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

veris in other clients