Odel
Veris

Veris

Local
@vighriday1TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmveris-corev2.1.8

Run

npx -y veris-core

MCP client config

{
  "mcpServers": {
    "veris": {
      "command": "npx",
      "args": [
        "-y",
        "veris-core"
      ]
    }
  }
}