MCP Server
MCP
io.github.vighriday/veris
Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "veris-core",
"version": "2.1.8",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Set to 1 for zero-retention mode (skip all SQLite writes).",
"format": "string",
"name": "VERIS_STATE_DISABLED"
},
{
"description": "Set to 1 to skip loading .veris/plugins/*.js.",
"format": "string",
"name": "VERIS_PLUGINS_DISABLED"
},
{
"description": "Veris exits with code 2 when overall confidence falls below this number.",
"format": "string",
"name": "VERIS_CONFIDENCE_THRESHOLD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment