VERAX for Cline
io.github.verax-ai/verax
The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.
client:Cline
transport:stdio
runtime:npm
Install VERAX in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"verax": {
"command": "npx",
"args": [
"-y",
"@verax-ai/body"
],
"env": {
"VERAX_ISSUER": "<VERAX_ISSUER>",
"VERAX_JWKS_URL": "<VERAX_JWKS_URL>",
"VERAX_AUDIENCE": "<VERAX_AUDIENCE>",
"VERAX_STATE_DIR": "<VERAX_STATE_DIR>",
"VERAX_POLICY_FILE": "<VERAX_POLICY_FILE>",
"VERAX_BIND": "<VERAX_BIND>",
"VERAX_INVENTORY_FILE": "<VERAX_INVENTORY_FILE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs